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
Fix sysroot installation when emscripten itself is read-only
The resulting header tree need to be at least user-writable so that
we can incrementally copy files into it, adding new files and also
updating previously copied ones.
Sadly, python's shutil doesn't seem to have any options for disabling
the copying of mode bits.
Fixes: #24404
0 commit comments