Use the right path for android's cmake toolchain
This commit is contained in:
parent
94347d4e64
commit
3cd1f30577
@ -51,7 +51,7 @@ script:
|
|||||||
- >
|
- >
|
||||||
if [[ "${TRAVIS_OS_NAME}" == "linux" && "${BUILD_ANDROID}" == "true" ]]; then
|
if [[ "${TRAVIS_OS_NAME}" == "linux" && "${BUILD_ANDROID}" == "true" ]]; then
|
||||||
cmake \
|
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_REQUIRE_OPENSL=ON \
|
||||||
-DALSOFT_EMBED_HRTF_DATA=YES \
|
-DALSOFT_EMBED_HRTF_DATA=YES \
|
||||||
.
|
.
|
||||||
|
Loading…
Reference in New Issue
Block a user