aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-12-16 15:15:11 -0800
committerChris Robinson <[email protected]>2017-12-16 15:15:11 -0800
commit3cd1f30577d84aa35fad276ecf7a45017c465a26 (patch)
tree71cd420f6526fae2cbe0b3b11e414274778996bc /.travis.yml
parent94347d4e6403d85f955743c1a704f3d6573dec99 (diff)
Use the right path for android's cmake toolchain
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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 \
.