mirror of
https://github.com/godotengine/build-containers.git
synced 2025-12-31 21:48:41 +03:00
Several small fixes
* Mono config on MacOSX is not portable from the Linux and Windows version. * Rename the compilers so that 'gcc' and 'g++' are the new version by default. * Add default environment variables to containers.
This commit is contained in:
@@ -29,4 +29,7 @@ RUN dnf -y install scons mingw32-gcc mingw32-gcc-c++ mingw32-winpthreads-static
|
||||
cp -rvp /etc/mono /root/dependencies/mono-32/etc && \
|
||||
rm -rf /root/mono-${mono_version}
|
||||
|
||||
ENV MONO32_PREFIX=/root/dependencies/mono-32
|
||||
ENV MONO64_PREFIX=/root/dependencies/mono-64
|
||||
|
||||
CMD ['/bin/bash']
|
||||
|
||||
Reference in New Issue
Block a user