Skip to content
Snippets Groups Projects
Commit 53a1736a authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: boost user-config.jam written into incorrect directory

- mistake introduced by 11e3723f
parent f197c721
Branches
Tags
No related merge requests found
...@@ -265,6 +265,10 @@ else ...@@ -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 ...@@ -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 \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment