mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Update n2 for -d explain
This commit is contained in:
parent
40e1520acb
commit
f71017a14e
2 changed files with 2 additions and 2 deletions
2
ninja
2
ninja
|
@ -12,4 +12,4 @@ export RECONFIGURE_KEY="${MAC_X86};${SOURCEMAP}"
|
|||
|
||||
# separate build+run steps so build env doesn't leak into subprocesses
|
||||
cargo build -p runner
|
||||
exec $out/rust/debug/runner build $*
|
||||
exec $out/rust/debug/runner build -- $*
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
cargo install --git https://github.com/evmar/n2.git --rev 9ae7d98ae708454b48cc2e1fe54f2969b20b0ba4
|
||||
cargo install --git https://github.com/evmar/n2.git --rev 603e5fd7e7e878fcb87fd67f0bd23e715c840bf5
|
||||
|
|
Loading…
Reference in a new issue