소스 검색

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"