mirror of
https://github.com/AngelAuraMC/angelauramc-openjdk-build.git
synced 2025-09-19 00:55:29 -04:00
Update setdevkitpath.sh
This commit is contained in:
parent
d5c582b9d1
commit
7a16d9015d
@ -10,7 +10,7 @@ export TOOLCHAIN=$ANDROID_DEVKIT
|
||||
export TARGET=aarch64-linux-android
|
||||
|
||||
export CPPFLAGS="-I$TOOLCHAIN/sysroot/usr/include"
|
||||
export LDFLAGS='-L$TOOLCHAIN/sysroot/usr/lib'
|
||||
export LDFLAGS="-L$TOOLCHAIN/sysroot/usr/lib"
|
||||
|
||||
# Configure and build.
|
||||
# Deprecated...
|
||||
|
Loading…
x
Reference in New Issue
Block a user