Update setdevkitpath.sh

Wrong branch
This commit is contained in:
Tran Khanh Duy 2020-11-03 18:06:09 +07:00 committed by GitHub
parent 89e1a52a6a
commit faaf767697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 -lc++_shared"
export LDFLAGS="-L$NDK/platforms/android-21/arch-${TARGET_SHORT}/usr/lib"
# Configure and build.
# Deprecated...