From 5358882b104333d4be0fd2e36898082f3c8fbb2d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Mon, 18 May 2020 16:33:29 -0400 Subject: [PATCH] emscripten-buildbot.sh: the SDK path changed on the new build worker. --- build-scripts/emscripten-buildbot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/emscripten-buildbot.sh b/build-scripts/emscripten-buildbot.sh index 5c08460a567d8..e635c1b99abfd 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"