Move instead of link

bjam may confuse relative path.
This commit is contained in:
Kohei Takahashi
2017-10-13 13:15:38 +09:00
parent 6bef7c98b2
commit 80a86fbcd4

View File

@@ -546,7 +546,8 @@ install:
- git submodule update --depth 1 - git submodule update --depth 1
- rm -rf libs/fusion - rm -rf libs/fusion
- ln -sfT $TRAVIS_BUILD_DIR libs/fusion - mv $TRAVIS_BUILD_DIR libs/fusion
- ln -sfT $(pwd)/libs/fusion $TRAVIS_BUILD_DIR
- ./bootstrap.sh - ./bootstrap.sh
- ./b2 headers - ./b2 headers