mirror of
https://github.com/boostorg/boost.git
synced 2025-04-18 02:56:09 +00:00
Fix setting of BOOST_BUILD_PATH.
[SVN r22634]
This commit is contained in:
parent
650b0f7f7e
commit
ea8aa35fa9
1 changed files with 5 additions and 1 deletions
|
@ -85,7 +85,11 @@ boost_build_path="$HOME/.boost-build"
|
|||
# Some setup.
|
||||
#
|
||||
boost_dir=`basename "$boost_root"`
|
||||
export BOOST_BUILD_PATH="$boost_build_path" "$BOOST_BUILD_PATH"
|
||||
if test -n "${BOOST_BUILD_PATH}" ; then
|
||||
export BOOST_BUILD_PATH="$boost_build_path:$BOOST_BUILD_PATH"
|
||||
else
|
||||
export BOOST_BUILD_PATH="$boost_build_path"
|
||||
fi
|
||||
|
||||
#
|
||||
# STEP 0:
|
||||
|
|
Loading…
Add table
Reference in a new issue