Update setdevkitpath.sh

This commit is contained in:
Duy Tran Khanh 2021-06-05 13:31:35 +07:00 committed by GitHub
parent 5c5f307093
commit 19a9bffc30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ if [ "$BUILD_IOS" == "1" ]; then
export ANDROID_INCLUDE=$PWD/ios-missing-include
else
export JVM_PLATFORM=linux
export JVM_PLATFORM=android
# Set NDK
export API=21
export NDK=`pwd`/android-ndk-$NDK_VERSION