summaryrefslogtreecommitdiff
path: root/tools/build.sh
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-09-27 17:42:43 -0500
committerJohn Wiegley <johnw@newartisans.com>2012-09-27 17:42:43 -0500
commitdcd64a67823b2f53cc2e28fe74d5ab2cbcf4e60c (patch)
tree443e444335e5417be1a29911a9bc1d46ffad262e /tools/build.sh
parenta9bd40a1e3959c35f5c72e70825594675b23446c (diff)
downloadfork-ledger-dcd64a67823b2f53cc2e28fe74d5ab2cbcf4e60c.tar.gz
fork-ledger-dcd64a67823b2f53cc2e28fe74d5ab2cbcf4e60c.tar.bz2
fork-ledger-dcd64a67823b2f53cc2e28fe74d5ab2cbcf4e60c.zip
Added -N/--ninja option to acprep
Diffstat (limited to 'tools/build.sh')
-rwxr-xr-xtools/build.sh2
1 files changed, 1 insertions, 1 deletions
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 ; \