mirror of
https://github.com/godotengine/build-containers.git
synced 2026-01-04 18:10:06 +03:00
OSX: Fix config file for mono 6.0+
This effectively means that we can't use the current Dockerfile.osx to build mono < 6.0, as the DLL path changed.
This commit is contained in:
@@ -38,8 +38,10 @@ RUN git clone https://github.com/mono/mono --branch ${mono_version} --single-bra
|
||||
ln -s /usr/bin/mono /root/dependencies/mono/bin/mono && \
|
||||
ln -s /usr/bin/mono-sgen /root/dependencies/mono/bin/mono-sgen && \
|
||||
ln -sf /usr/lib/mono/* /root/dependencies/mono/lib/mono && \
|
||||
cp -rvp /etc/mono /root/dependencies/mono/etc && \
|
||||
cp /root/files/mono-config-macosx /root/dependencies/mono/etc/config && \
|
||||
mkdir -p /root/dependencies/mono/etc && \
|
||||
cp -rvp /etc/mono /root/dependencies/mono/etc/ && \
|
||||
cp /root/dependencies/mono/etc/mono/config{,.bak} && \
|
||||
cp /root/files/mono-config-macosx /root/dependencies/mono/etc/mono/config && \
|
||||
rm -rf /root/mono
|
||||
|
||||
ENV MONO64_PREFIX=/root/dependencies/mono
|
||||
|
||||
Reference in New Issue
Block a user