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:
Rémi Verschelde
2020-11-19 11:45:44 +01:00
parent dede88afa4
commit 98f617fbbd
7 changed files with 1 additions and 133 deletions

View File

@@ -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 \