Skip to content

Commit

Permalink
Bug fix in setup_boost.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
apsabelhaus committed Jun 22, 2016
1 parent bdc9c00 commit 36f48cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setup/setup_boost.sh
Expand Up @@ -105,7 +105,7 @@ function build_boost()
fi

#To make gcc as the default compiler, this line uncomments the line ';using gcc' in user-config.jam file of the boost library.
sed -i '' 's/^# using gcc ;/using gcc ;/g' tools/build/v2/user-config.jam
sed -i 's/^# using gcc ;/using gcc ;/g' tools/build/v2/user-config.jam

# Perform the build
#./bootstrap.sh --prefix="$BOOST_INSTALL_PREFIX" --with-libraries=system || { echo "Boost bootstrap failed."; exit 1; } # Lite
Expand Down

0 comments on commit 36f48cb

Please sign in to comment.