mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-08 11:50:34 -04:00
Used incorrect comment, so fix it
This commit is contained in:
parent
b349ecd71b
commit
1bf4cade92
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user