diff --git a/setdevkitpath.sh b/setdevkitpath.sh index abc0c09..c0ca60c 100755 --- a/setdevkitpath.sh +++ b/setdevkitpath.sh @@ -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