mirror of
https://github.com/godotengine/build-containers.git
synced 2026-01-04 18:10:06 +03:00
Update XCode version for iOS and MacOS
This commit is contained in:
@@ -7,7 +7,7 @@ RUN if [ -z "${mono_version}" ]; then echo -e "\n\nargument mono-version is mand
|
||||
RUN dnf -y install automake autoconf bzip2-devel clang git libicu-devel libtool libxml2-devel llvm-devel make openssl-devel patch scons xz bzip2 yasm && dnf clean all && \
|
||||
git clone https://github.com/tpoechtrager/osxcross.git && \
|
||||
cd /root/osxcross && \
|
||||
ln -s /root/files/MacOSX10.13.sdk.tar.xz /root/osxcross/tarballs && \
|
||||
ln -s /root/files/MacOSX10.14.sdk.tar.xz /root/osxcross/tarballs && \
|
||||
UNATTENDED=1 ./build.sh ;\
|
||||
cd /root && \
|
||||
git clone https://github.com/tpoechtrager/apple-libtapi.git && \
|
||||
|
||||
Reference in New Issue
Block a user