From dcd64a67823b2f53cc2e28fe74d5ab2cbcf4e60c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 27 Sep 2012 17:42:43 -0500 Subject: Added -N/--ninja option to acprep --- tools/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/build.sh') diff --git a/tools/build.sh b/tools/build.sh index 2abf70b8..e79689e3 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -4,7 +4,7 @@ flavor=$1 shift 1 JOBS=-j$(sysctl -n hw.activecpu) -OPTIONS="$flavor --debug --python --doxygen $JOBS" +OPTIONS="$flavor --debug --python --ninja --doxygen $JOBS" time ( \ cd ~/src/ledger ; \ -- cgit v1.2.3