mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-16 07:35:31 -04:00
Update setdevkitpath.sh
This commit is contained in:
parent
6b72d81f00
commit
d5fa6c11ac
@ -23,7 +23,7 @@ export TOOLCHAIN=$NDK/generated-toolchains/android-${TARGET_SHORT}-toolchain
|
||||
export ANDROID_INCLUDE=$TOOLCHAIN/sysroot/usr/include
|
||||
|
||||
export CPPFLAGS="-I$ANDROID_INCLUDE -I$ANDROID_INCLUDE/$TARGET" # -I/usr/include -I/usr/lib
|
||||
export LDFLAGS="-L$NDK/platforms/android-$API/arch-$TARGET_SHORT/usr/lib"
|
||||
export LDFLAGS="-L$NDK/platforms/android-$API/arch-$TARGET_SHORT/usr/lib -lsupc++"
|
||||
|
||||
# Configure and build.
|
||||
export AR=$TOOLCHAIN/bin/$TARGET-ar
|
||||
|
Loading…
x
Reference in New Issue
Block a user