Explorar o código

emscripten-buildbot.sh: the SDK path changed on the new build worker.

Ryan C. Gordon %!s(int64=5) %!d(string=hai) anos
pai
achega
5358882b10
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build-scripts/emscripten-buildbot.sh

+ 1 - 1
build-scripts/emscripten-buildbot.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 
 if [ -z "$SDKDIR" ]; then
-    SDKDIR="/emsdk_portable"
+    SDKDIR="/emsdk"
 fi
 
 ENVSCRIPT="$SDKDIR/emsdk_env.sh"