summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build.sh b/tools/build.sh
index e79689e3..ba563e34 100755
--- a/tools/build.sh
+++ b/tools/build.sh
@@ -5,6 +5,7 @@ shift 1
JOBS=-j$(sysctl -n hw.activecpu)
OPTIONS="$flavor --debug --python --ninja --doxygen $JOBS"
+OPTIONS="$OPTIONS --prefix /usr/local/Cellar/ledger/HEAD"
time ( \
cd ~/src/ledger ; \