Activate emscripten with no-embedded option.

This commit is contained in:
Marcel Admiraal 2020-05-30 12:51:06 +01:00
parent 0f1da72492
commit 43371c9fbe

View file

@ -128,7 +128,7 @@ install:
- if [ "$PLATFORM" = "javascript" ]; then
git clone --depth 1 "https://github.com/emscripten-core/emsdk.git";
./emsdk/emsdk install latest;
./emsdk/emsdk activate latest;
./emsdk/emsdk activate --no-embedded latest;
fi
- if [ "$STATIC_CHECKS" = "yes" ]; then
unset SCONS_CACHE;