Update setdevkitpath.sh

This commit is contained in:
Tran Khanh Duy 2020-09-13 14:11:30 +07:00 committed by GitHub
parent d5c582b9d1
commit 7a16d9015d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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...