diff options
Diffstat (limited to 'scripts/uni-build-dependencies.sh')
-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 |