Skip to content

Commit

Permalink
Fix setup logic to also work with differently named GIL forks. (#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseefeld authored and mloskot committed Jun 4, 2019
1 parent baeac8c commit 0fe841f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .ci/get-boost.sh
Expand Up @@ -93,9 +93,8 @@ fi
echo "get-boost: Deleting $PWD/libs/gil cloned with Boost superproject"
rm -rf libs/gil

echo "get-boost: Copying $BUILD_DIR to $PWD/libs"
mkdir libs/gil
cp -r $BUILD_DIR libs/
echo "get-boost: Copying $BUILD_DIR to $PWD/libs/gil"
cp -r $BUILD_DIR libs/gil

if [ -d libs/gil/.git ]; then
current_pwd=`pwd`
Expand Down

0 comments on commit 0fe841f

Please sign in to comment.