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
Freetype upstream made changes to remove the need for our fcstat patch,
but we actually also need to update emscripten as linking to fstatfs is
bugged in our currently used version and will lead to runtime errors.
- Since emscripten 2.0.26 unresolved symbols cause errors at link time
instead of only at runtime.
- The following commit contained in 2.0.27 fixed fstatfs linking:
emscripten-core/emscripten@2126d3c
0 commit comments