浏览代码

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

Ryan C. Gordon 5 年之前
父节点
当前提交
5358882b10
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"