diff options
author | Sven Gothel <[email protected]> | 2019-04-08 05:00:30 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2019-04-08 05:00:30 +0200 |
commit | b5ee5e4283cf903ad8a118d522577f69790d8e7f (patch) | |
tree | f59aa67ef3c0fb97d6ca14f30d4d0c3934abb2c4 /make/scripts/make.joal.all.android-armv6-cross.sh | |
parent | c3ecef9677e730959d1893c9b00483469e440e96 (diff) |
Bug 1376: Fix crosscompiled openal-soft 1.19.1 builds using aarch64 + armv6hf
Notable: We also inject a prebuild 'bsinc_inc.h' into the openal-soft build directory,
since it cannot be generated at build time due to crosscompilation.
Diffstat (limited to 'make/scripts/make.joal.all.android-armv6-cross.sh')
-rwxr-xr-x | make/scripts/make.joal.all.android-armv6-cross.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/scripts/make.joal.all.android-armv6-cross.sh b/make/scripts/make.joal.all.android-armv6-cross.sh index 7921bb6..a7b3124 100755 --- a/make/scripts/make.joal.all.android-armv6-cross.sh +++ b/make/scripts/make.joal.all.android-armv6-cross.sh @@ -37,7 +37,7 @@ export HOST_ARCH=linux-x86_64 export TARGET_TRIPLE=arm-linux-androideabi export NDK_TOOLCHAIN_ROOT=$NDK_ROOT/toolchains/${TARGET_TRIPLE}-${GCC_VERSION}/prebuilt/${HOST_ARCH} -export TARGET_PLATFORM_ROOT=${NDK_ROOT}/platforms/android-${ANDROID_VERSION}/arch-arm +export TARGET_PLATFORM_SYSROOT=${NDK_ROOT}/platforms/android-${ANDROID_VERSION}/arch-arm # Need to add toolchain bins to the PATH. export PATH_VANILLA=$PATH |