fix permissions of emsdk_portable

This commit is contained in:
Tim Neumann 2017-03-25 17:22:07 +01:00
parent ca85c400da
commit 935d84a272

View file

@ -43,6 +43,10 @@ if [ ! -d emsdk_portable ]; then
exit 1
fi
# Some versions of the EMSDK set the permissions of the root directory to
# 0700. Ensure the directory is readable by all users.
chmod 755 emsdk_portable
source emsdk_portable/emsdk_env.sh
hide_output emsdk update
hide_output emsdk install --build=Release sdk-tag-1.37.1-32bit