use ./b2 not b2 when building boost

felipesanches-svg
don bright 2013-01-31 02:04:00 +01:00
parent 87a2e363b5
commit af0658a8fe
1 changed files with 1 additions and 1 deletions

View File

@ -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