mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-09 12:20:29 -04:00
-lc++_shared
This commit is contained in:
parent
46904dfada
commit
89e1a52a6a
@ -8,7 +8,7 @@ export TOOLCHAIN=$ANDROID_DEVKIT
|
||||
export ANDROID_INCLUDE=$NDK/platforms/android-21/arch-${TARGET_SHORT}/usr/include
|
||||
|
||||
export CPPFLAGS="-I$ANDROID_INCLUDE" # -I/usr/include -I/usr/lib
|
||||
export LDFLAGS="-L$NDK/platforms/android-21/arch-${TARGET_SHORT}/usr/lib"
|
||||
export LDFLAGS="-L$NDK/platforms/android-21/arch-${TARGET_SHORT}/usr/lib -lc++_shared"
|
||||
|
||||
# Configure and build.
|
||||
# Deprecated...
|
||||
|
Loading…
x
Reference in New Issue
Block a user