Files @ r27143:ecee9375b5d4
Branch filter:

Location: cpp/openttd-patchpack/source/os/emscripten/Dockerfile

Rubidium
Codechange: use string/fmt instead of printf for squirrel's PRINTFUNC
1
2
3
4
FROM emscripten/emsdk:3.1.28

COPY emsdk-liblzma.patch /
RUN cd /emsdk/upstream/emscripten && patch -p1 < /emsdk-liblzma.patch