From 32ba7c68cc842782ca2666ecde9e01669edd3e29 Mon Sep 17 00:00:00 2001 From: Boris Rasin Date: Sat, 28 Sep 2024 17:29:59 +0300 Subject: [PATCH] internal(js): change path to installed EMSDK --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index c931f21..91ca65f 100755 --- a/build.sh +++ b/build.sh @@ -5,9 +5,9 @@ fi if [[ $1 == *"js"* ]]; then if [ -z "$EMSDK" ]; then - if [ -f ~/Source/emsdk/emsdk_env.sh ]; then + if [ -f ~/projects/emsdk/emsdk_env.sh ]; then export EMSDK_QUIET=1 - source ~/Source/emsdk/emsdk_env.sh + source ~/projects/emsdk/emsdk_env.sh else echo "error: no EMSDK environment variable, run emsdk/emsdk_env.sh" exit 1