diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-01-31 01:04:00 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-01-31 01:04:00 (GMT) |
commit | af0658a8fe441ebb0eb3d238e7055fd592343605 (patch) | |
tree | 49ed6dfa730c679cf9e508255f95d7beefd637de | |
parent | 87a2e363b53fc47253312b3496a235016ec00d51 (diff) |
use ./b2 not b2 when building boost
-rwxr-xr-x | scripts/uni-build-dependencies.sh | 2 |
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 |