mirror of
https://github.com/godotengine/build-containers.git
synced 2025-12-31 21:48:41 +03:00
Merge pull request #142 from godotengine/web-emscripten-fix-threads+dlink
Web: Patch Emscripten 3.1.61 to include PR 19496, fixing threads+dlink build
This commit is contained in:
@@ -5,6 +5,9 @@ ENV EMSCRIPTEN_VERSION=3.1.61
|
||||
|
||||
RUN git clone --branch ${EMSCRIPTEN_VERSION} --progress https://github.com/emscripten-core/emsdk && \
|
||||
emsdk/emsdk install ${EMSCRIPTEN_VERSION} && \
|
||||
emsdk/emsdk activate ${EMSCRIPTEN_VERSION}
|
||||
emsdk/emsdk activate ${EMSCRIPTEN_VERSION} && \
|
||||
cd emsdk/upstream/emscripten && \
|
||||
curl -LO https://github.com/emscripten-core/emscripten/pull/19496.patch && \
|
||||
patch -p1 < 19496.patch
|
||||
|
||||
CMD /bin/bash
|
||||
|
||||
Reference in New Issue
Block a user