diff options
author | Chris Robinson <[email protected]> | 2017-12-16 15:15:11 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-12-16 15:15:11 -0800 |
commit | 3cd1f30577d84aa35fad276ecf7a45017c465a26 (patch) | |
tree | 71cd420f6526fae2cbe0b3b11e414274778996bc /.travis.yml | |
parent | 94347d4e6403d85f955743c1a704f3d6573dec99 (diff) |
Use the right path for android's cmake toolchain
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fb1e0673..426eef40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,7 +51,7 @@ script: - > if [[ "${TRAVIS_OS_NAME}" == "linux" && "${BUILD_ANDROID}" == "true" ]]; then cmake \ - -DCMAKE_TOOLCHAIN_FILE=~/android-ndk-r14/build/cmake/android.toolchain.cmake \ + -DCMAKE_TOOLCHAIN_FILE=~/android-ndk-r15/build/cmake/android.toolchain.cmake \ -DALSOFT_REQUIRE_OPENSL=ON \ -DALSOFT_EMBED_HRTF_DATA=YES \ . |