summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2014-04-13 23:26:07 -0500
committerJohn Wiegley <johnw@newartisans.com>2014-04-13 23:26:14 -0500
commit78a6d35faa228808fdd634378dc02d0bfe1a0207 (patch)
treec7c87a20bc900f36ab6788e8bdb0cc72cbfc27bc /tools
parent8f8a94c28e26c0b46a43e89d566c941994645de7 (diff)
Update tools/build.sh
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build.sh4
1 files changed, 2 insertions, 2 deletions
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 ; \