Update setdevkitpath.sh

This commit is contained in:
Duy Tran Khanh 2021-06-06 16:08:32 +07:00 committed by GitHub
parent 121f35c71f
commit d7af156a12
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=android
export JVM_PLATFORM=linux
# Set NDK
export API=21
export NDK=`pwd`/android-ndk-$NDK_VERSION