Browse Source

Use same prefix for both Linux and OSX builds

tags/v1.9.13
Thomas Brand 6 years ago
parent
commit
b3d5aa388f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -101,7 +101,7 @@ script:
./waf -v build;
fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then
CXXFLAGS="${CXXFLAGS} -flax-vector-conversions" ./waf configure;
CXXFLAGS="${CXXFLAGS} -flax-vector-conversions" ./waf configure --prefix=/usr;
CXXFLAGS="${CXXFLAGS} -flax-vector-conversions" ./waf -v build;
fi
- sudo ./waf -v install


Loading…
Cancel
Save