From f71017a14ebba7209f0df7ae3f688110cfbffb17 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 23 Jun 2023 16:19:48 +1000 Subject: [PATCH] Update n2 for -d explain --- ninja | 2 +- tools/install-n2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ninja b/ninja index 9699f7a57..bedd8c761 100755 --- a/ninja +++ b/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 -- $* diff --git a/tools/install-n2 b/tools/install-n2 index c5ccf44b2..edfb8b6b8 100755 --- a/tools/install-n2 +++ b/tools/install-n2 @@ -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