From 3bcb0ca320d0c1818425c48259f519775cc92c81 Mon Sep 17 00:00:00 2001 From: Color_yr <402067010@qq.com> Date: Mon, 15 Jan 2024 20:19:46 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 44784c15..570e1aeb 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ export BUILD_IOS=1 # only when targeting iOS, default is 0 (target Android) export BUILD_FREETYPE_VERSION=[2.6.2/.../2.10.4] # default: 2.10.4 export JDK_DEBUG_LEVEL=[release/fastdebug/debug] # default: release +export TARGET_JDK=[aarch64/aarch32/x86/x86_64] # need set export JVM_VARIANTS=[client/server] # default: client (aarch32), server (other architectures) # Setup NDK, run once (Android only) From 680e5814beb46aec04a8e76b2cbdd3b20d767c64 Mon Sep 17 00:00:00 2001 From: Color_yr <402067010@qq.com> Date: Mon, 15 Jan 2024 20:22:53 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 570e1aeb..08755c89 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ export BUILD_IOS=1 # only when targeting iOS, default is 0 (target Android) export BUILD_FREETYPE_VERSION=[2.6.2/.../2.10.4] # default: 2.10.4 export JDK_DEBUG_LEVEL=[release/fastdebug/debug] # default: release export TARGET_JDK=[aarch64/aarch32/x86/x86_64] # need set +export TARGET=aarch64-linux-android export JVM_VARIANTS=[client/server] # default: client (aarch32), server (other architectures) # Setup NDK, run once (Android only)