mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-18 08:35:28 -04:00
Put /usr/include to behind of Android includes
This commit is contained in:
parent
3bd64fa686
commit
2ebd08537c
@ -5,7 +5,7 @@ export NDK=$NDK_HOME
|
||||
export ANDROID_DEVKIT=$NDK/generated-toolchains/android-${TARGET_SHORT}-toolchain
|
||||
export TOOLCHAIN=$ANDROID_DEVKIT
|
||||
|
||||
export CPPFLAGS="-I/usr/include -I$NDK/platforms/android-21/arch-${TARGET_SHORT}/usr/include -I/usr/lib"
|
||||
export CPPFLAGS="-I$NDK/platforms/android-21/arch-${TARGET_SHORT}/usr/include -I/usr/include -I/usr/lib"
|
||||
export LDFLAGS="-L$NDK/platforms/android-21/arch-${TARGET_SHORT}/usr/lib"
|
||||
|
||||
# Configure and build.
|
||||
|
Loading…
x
Reference in New Issue
Block a user