From 78a6d35faa228808fdd634378dc02d0bfe1a0207 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 Apr 2014 23:26:07 -0500 Subject: Update tools/build.sh --- tools/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/build.sh b/tools/build.sh index ba563e34..b7a80587 100755 --- a/tools/build.sh +++ b/tools/build.sh @@ -4,8 +4,8 @@ flavor=$1 shift 1 JOBS=-j$(sysctl -n hw.activecpu) -OPTIONS="$flavor --debug --python --ninja --doxygen $JOBS" -OPTIONS="$OPTIONS --prefix /usr/local/Cellar/ledger/HEAD" +#OPTIONS="$flavor --debug --python --ninja --doxygen $JOBS" +OPTIONS="$flavor --debug --ninja $JOBS" time ( \ cd ~/src/ledger ; \ -- cgit v1.2.3