Skip to content

Commit 2d32855

Browse files
committed
Update emscripten
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
1 parent 80abeb5 commit 2d32855

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM emscripten/emsdk:2.0.20
1+
FROM docker.io/emscripten/emsdk:2.0.34
22

33
RUN apt-get update && apt-get install -y --no-install-recommends \
44
build-essential \

0 commit comments

Comments
 (0)