From 19a9bffc307c1425d5e88ef481c27d00b265a569 Mon Sep 17 00:00:00 2001 From: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com> Date: Sat, 5 Jun 2021 13:31:35 +0700 Subject: [PATCH] Update setdevkitpath.sh --- setdevkitpath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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