buildbot-emscripten.sh: Look for the SDK at /emsdk by default.

This commit is contained in:
Ryan C. Gordon 2020-05-16 23:30:16 -04:00
parent 101ec3c831
commit 3169a5e9d3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [ -z "$SDKDIR" ]; then
SDKDIR="/emsdk_portable"
SDKDIR="/emsdk"
fi
ENVSCRIPT="$SDKDIR/emsdk_env.sh"