From 59cdefaec41c9483d203a84487b70371bfa2be91 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 17 Sep 2022 12:01:15 +0200 Subject: [PATCH] Added the new android sdk environment variable to the build config example. --- build.config.example | 1 + 1 file changed, 1 insertion(+) diff --git a/build.config.example b/build.config.example index f5ef65d8..f9718417 100644 --- a/build.config.example +++ b/build.config.example @@ -41,5 +41,6 @@ export global SCONS_CACHE=~/.scons_cache export global SCONS_CACHE_LIMIT=5000 export android ANDROID_HOME=~/SDKs/Android/SDK +export android ANDROID_SDK_ROOT=~/SDKs/Android/SDK run javascript source ~/SDKs/emsdk/emsdk_env.sh