You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is sometimes useful when debugging to be able to things like install
the windows binaries on linux using:
```
$ EMSDK_OS=windows ./emsdk install latest
```
Without these changes this zipfile extraction fails due to the use of
`//?/` windows filename prefix.
# See https://msdn.microsoft.com/en-us/library/aa365247.aspx#maxpath and http://stackoverflow.com/questions/3555527/python-win32-filename-length-workaround
525
525
# In that mode, forward slashes cannot be used as delimiters.
0 commit comments