diff options
author | John Wiegley <johnw@newartisans.com> | 2012-09-27 17:42:43 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-09-27 17:42:43 -0500 |
commit | dcd64a67823b2f53cc2e28fe74d5ab2cbcf4e60c (patch) | |
tree | 443e444335e5417be1a29911a9bc1d46ffad262e /tools/build.sh | |
parent | a9bd40a1e3959c35f5c72e70825594675b23446c (diff) | |
download | fork-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-x | tools/build.sh | 2 |
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 ; \ |