Commit 43371c9f by Marcel Admiraal

Activate emscripten with no-embedded option.

parent 0f1da724
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment