Commit 5358882b104333d4be0fd2e36898082f3c8fbb2d

Ryan C. Gordon 2020-05-18T16:33:29

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

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build-scripts/emscripten-buildbot.sh b/build-scripts/emscripten-buildbot.sh
index 5c08460..e635c1b 100755
--- a/build-scripts/emscripten-buildbot.sh
+++ b/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"