From 27791ad50a0a3e968a12aa30bc6b2dc53075ddd8 Mon Sep 17 00:00:00 2001 From: Louis <contact@louiscap.co> Date: Sun, 22 Dec 2024 19:10:12 +0000 Subject: [PATCH] Fix emsdk env path in install script --- commands/emsdk_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/emsdk_install.sh b/commands/emsdk_install.sh index 8d036cc..9451188 100755 --- a/commands/emsdk_install.sh +++ b/commands/emsdk_install.sh @@ -8,4 +8,4 @@ git clone https://github.com/emscripten-core/emsdk.git "$FULL_DIR" cd "$FULL_DIR" "$FULL_DIR/emsdk" install 3.1.62 "$FULL_DIR/emsdk" activate 3.1.62 -source "$FULL_DIR/emsdk.sh" \ No newline at end of file +source "$FULL_DIR/emsdk_env.sh" \ No newline at end of file -- GitLab