diff --git a/commands/emsdk_install.sh b/commands/emsdk_install.sh index 8d036ccef805599e08a5d55975fa5da77b93a8bc..9451188ca13a0acc3e5bee8c0154c4bc2498f360 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