Skip to content

Commit f9e4315

Browse files
TheOnericdmitrylyzo
authored andcommitted
Update emscripten 2.0.34
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 Cherry-picked from: libass@f92d7ce
1 parent 4563c4e commit f9e4315

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)