Files @ r27078:cf14d56e290b
Branch filter:

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

PeterN
Fix #10343: Don't extend town-disallowed roadtypes. (#10347)

Towns currently don't build disallowed roadtypes, however they should
also not extend disallowed roadtypes as well.

If the roadtype that cannot be extended happens to be the roadtype that
the town was going to build then this restriction is ignored.
1
2
3
4
FROM emscripten/emsdk:3.1.28

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