Skip to content

Commit

Permalink
emscripten-buildbot.sh: the SDK path changed on the new build worker.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 18, 2020
1 parent 4c88338 commit 5358882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 5358882

Please sign in to comment.