Make emsdk work on Windows with MSYS shell and native Windows Python 2.7

This commit is contained in:
Jukka Jylänki
2017-08-15 20:23:36 +03:00
parent b5dd78edba
commit 3b6c6b8652
2 changed files with 36 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ fi
pushd `dirname "$SRC"` > /dev/null
unset SRC
./emsdk construct_env
./emsdk construct_env "$@"
. ./emsdk_set_env.sh
popd > /dev/null