Skip to content

Commit

Permalink
reenable emscripten 3.1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 17, 2024
1 parent 0a893fe commit d375506
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tools/emscripten/install_emscripten.sh
Expand Up @@ -19,12 +19,3 @@ git pull

# Activate PATH and other environment variables in the current terminal
source ~/emsdk/emsdk_env.sh

# Exclude version 3.1.57 (see https://github.com/emscripten-core/emscripten/issues/21756)
output=$(emcc -v 2>&1 | grep -c 3.1.57)
if [ $output -eq 1 ]
then
./emsdk install 3.1.56
./emsdk activate 3.1.56
source ~/emsdk/emsdk_env.sh
fi

0 comments on commit d375506

Please sign in to comment.