Update various toolchains for 4.3

- .NET 8.0
- SCons 4.6.0
- Xcode 15.2 (macOS 14.2, iOS 17.2)
- Android API 34
- Emscripten 3.1.53
- Add wayland-devel dependency for Linux
This commit is contained in:
Rémi Verschelde
2024-01-30 19:56:32 +01:00
parent 79d970a6a4
commit af40006600
6 changed files with 27 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
ARG img_version
FROM godot-fedora:${img_version}
ENV EMSCRIPTEN_VERSION=3.1.39
ENV EMSCRIPTEN_VERSION=3.1.53
RUN git clone --branch ${EMSCRIPTEN_VERSION} --progress https://github.com/emscripten-core/emsdk && \
emsdk/emsdk install ${EMSCRIPTEN_VERSION} && \