Skip to content

Commit f92d7ce

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 6bee3c8 commit f92d7ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)