Used incorrect comment, so fix it

This commit is contained in:
Tran Khanh Duy 2020-09-29 15:03:00 +07:00 committed by GitHub
parent b349ecd71b
commit 1bf4cade92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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