mirror of
https://github.com/godotengine/build-containers.git
synced 2026-01-05 22:10:22 +03:00
Update to Mono 6.12.0.111
- Since with latest godot-mono-builds, removing the need for downstream patches for iOS and Emscripten builds.
This commit is contained in:
@@ -17,8 +17,6 @@ ENV PATH="/root/osxcross/target/bin:${PATH}"
|
||||
|
||||
RUN cp -a /root/files/${mono_version} /root && \
|
||||
cd /root/${mono_version} && \
|
||||
patch -p1 < /root/files/patches/mono-xcode-allow-weak-import.patch && \
|
||||
patch -p1 < /root/files/patches/mono-sys-uio-fix-preadv-misdetection.patch && \
|
||||
export CMAKE=/root/osxcross/target/bin/x86_64-apple-darwin19-cmake && \
|
||||
NOCONFIGURE=1 ./autogen.sh && \
|
||||
./configure --prefix=/root/dependencies/mono \
|
||||
|
||||
Reference in New Issue
Block a user