From 43371c9fbe3afda15a1d69be380fcee54cdf6bd8 Mon Sep 17 00:00:00 2001 From: Marcel Admiraal Date: Sat, 30 May 2020 12:51:06 +0100 Subject: [PATCH] Activate emscripten with no-embedded option. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9987fcbe56e..58c3733d228 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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;