Browse Source

Activate emscripten with no-embedded option.

Marcel Admiraal 5 năm trước cách đây
mục cha
commit
43371c9fbe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis.yml

+ 1 - 1
.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;