Files @ r25719:14932b129f4d
Branch filter:

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

Michael Lutz
Codechange: [OSX] Use more exact enum names where introduced with the 10.12 SDK.

The enum values still have the exact same numerical values, but the 10.12
SDK introduced more explicit names (e.g. like NSEventTypeApplicationDefined
instead of NSApplicationDefined) for several enum constants.
Use them when available.
1
2
3
4
FROM emscripten/emsdk:2.0.10

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