mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 11:50:34 -04:00
Remove -lstdc++ link on any libs
This commit is contained in:
parent
3e06a0c212
commit
3db5841d72
@ -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 -lstdc++"
|
||||
export LDFLAGS="-L$NDK/platforms/android-$API/arch-$TARGET_SHORT/usr/lib"
|
||||
|
||||
# Configure and build.
|
||||
export AR=$TOOLCHAIN/bin/$TARGET-ar
|
||||
|
Loading…
x
Reference in New Issue
Block a user