Skip to content
Snippets Groups Projects
Verified Commit 27791ad5 authored by Louis's avatar Louis :fire:
Browse files

Fix emsdk env path in install script

parent 856cadb0
No related branches found
No related tags found
No related merge requests found
...@@ -8,4 +8,4 @@ git clone https://github.com/emscripten-core/emsdk.git "$FULL_DIR" ...@@ -8,4 +8,4 @@ git clone https://github.com/emscripten-core/emsdk.git "$FULL_DIR"
cd "$FULL_DIR" cd "$FULL_DIR"
"$FULL_DIR/emsdk" install 3.1.62 "$FULL_DIR/emsdk" install 3.1.62
"$FULL_DIR/emsdk" activate 3.1.62 "$FULL_DIR/emsdk" activate 3.1.62
source "$FULL_DIR/emsdk.sh" source "$FULL_DIR/emsdk_env.sh"
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment