summaryrefslogtreecommitdiff
path: root/scripts/uni-build-dependencies.sh
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-01-31 01:04:00 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-01-31 01:04:00 (GMT)
commitaf0658a8fe441ebb0eb3d238e7055fd592343605 (patch)
tree49ed6dfa730c679cf9e508255f95d7beefd637de /scripts/uni-build-dependencies.sh
parent87a2e363b53fc47253312b3496a235016ec00d51 (diff)
use ./b2 not b2 when building boost
Diffstat (limited to 'scripts/uni-build-dependencies.sh')
-rwxr-xr-xscripts/uni-build-dependencies.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/uni-build-dependencies.sh b/scripts/uni-build-dependencies.sh
index a9e5cc8..3da11ec 100755
--- a/scripts/uni-build-dependencies.sh
+++ b/scripts/uni-build-dependencies.sh
@@ -183,7 +183,7 @@ build_boost()
fi
$BSTRAPBIN --prefix=$DEPLOYDIR --with-libraries=thread,program_options,filesystem,system,regex
if [ -e ./b2 ]; then
- BJAMBIN=b2;
+ BJAMBIN=./b2;
elif [ -e ./bjam ]; then
BJAMBIN=./bjam
elif [ -e ./Makefile ]; then
contact: Jan Huwald // Impressum