Skip to content

Commit

Permalink
Update to use project specific bjam config instead of overriding bjam…
Browse files Browse the repository at this point in the history
… user config
  • Loading branch information
praveen-palanisamy committed Nov 29, 2018
1 parent 2f4897a commit 330febe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Util/BuildTools/Setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ else
--prefix=../boost-install \
--with-libraries=python,filesystem \
--with-python=${py2} --with-python-root=${py2_root}
echo "using python : ${pyv} : ${py2_root}/bin/python2 ;" > ${HOME}/user-config.jam
echo "using python : ${pyv} : ${py2_root}/bin/python2 ;" > project-config.jam
./b2 toolset="${BOOST_TOOLSET}" cxxflags="${BOOST_CFLAGS}" --prefix="../${BOOST_BASENAME}-install" -j ${CARLA_BUILD_CONCURRENCY} stage release
./b2 toolset="${BOOST_TOOLSET}" cxxflags="${BOOST_CFLAGS}" --prefix="../${BOOST_BASENAME}-install" -j ${CARLA_BUILD_CONCURRENCY} install
./b2 toolset="${BOOST_TOOLSET}" cxxflags="${BOOST_CFLAGS}" --prefix="../${BOOST_BASENAME}-install" -j ${CARLA_BUILD_CONCURRENCY} --clean-all
Expand All @@ -124,7 +124,7 @@ else
--prefix=../boost-install \
--with-libraries=python \
--with-python=${py3} --with-python-root=${py3_root}
echo "using python : ${pyv} : ${py3_root}/bin/python3 ;" > ${HOME}/user-config.jam
echo "using python : ${pyv} : ${py3_root}/bin/python3 ;" > project-config.jam
./b2 toolset="${BOOST_TOOLSET}" cxxflags="${BOOST_CFLAGS}" --prefix="../${BOOST_BASENAME}-install" -j ${CARLA_BUILD_CONCURRENCY} stage release
./b2 toolset="${BOOST_TOOLSET}" cxxflags="${BOOST_CFLAGS}" --prefix="../${BOOST_BASENAME}-install" -j ${CARLA_BUILD_CONCURRENCY} install

Expand Down

0 comments on commit 330febe

Please sign in to comment.