Navigation Menu

Skip to content

Commit

Permalink
buildbot-emscripten.sh: Look for the SDK at /emsdk by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 17, 2020
1 parent 101ec3c commit 3169a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/buildbot-emscripten.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 3169a5e

Please sign in to comment.