Skip to content

Commit

Permalink
fix permissions of emsdk_portable
Browse files Browse the repository at this point in the history
  • Loading branch information
TimNN committed Mar 25, 2017
1 parent ca85c40 commit 935d84a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ci/docker/emscripten/build-emscripten.sh
Expand Up @@ -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
Expand Down

0 comments on commit 935d84a

Please sign in to comment.