mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
BUG: boost user-config.jam written into incorrect directory
- mistake introduced by 11e3723f10
This commit is contained in:
7
makeCGAL
7
makeCGAL
@ -265,6 +265,10 @@ else
|
|||||||
# Absolute path for --libdir
|
# Absolute path for --libdir
|
||||||
|
|
||||||
(
|
(
|
||||||
|
# Write user-config.jam into source directory
|
||||||
|
cd "$BOOST_SOURCE_DIR" || exit
|
||||||
|
export GIT_DIR="$PWD/.git" # Mask seeing our own git-repo
|
||||||
|
|
||||||
# Configuration options:
|
# Configuration options:
|
||||||
unset buildOpt
|
unset buildOpt
|
||||||
|
|
||||||
@ -310,9 +314,6 @@ else
|
|||||||
# End of configuration options
|
# End of configuration options
|
||||||
# ----------------------------
|
# ----------------------------
|
||||||
|
|
||||||
cd "$BOOST_SOURCE_DIR" || exit
|
|
||||||
export GIT_DIR="$PWD/.git" # Mask seeing our own git-repo
|
|
||||||
|
|
||||||
rm -rf "$BOOST_ARCH_PATH"
|
rm -rf "$BOOST_ARCH_PATH"
|
||||||
|
|
||||||
./bootstrap.sh \
|
./bootstrap.sh \
|
||||||
|
|||||||
Reference in New Issue
Block a user