Actually update the XCode package used.

This commit is contained in:
Hein-Pieter van Braam-Stewart
2019-10-02 11:05:56 +02:00
parent db63b23b59
commit 2cd65a5005

View File

@@ -12,7 +12,7 @@ RUN dnf -y install autoconf automake libtool clang cmake fuse fuse-devel git pat
CMD mkdir -p /root/xcode && \
cd /root/xcode && \
xar -xf /root/files/Xcode_9.2.xip && \
xar -xf /root/files/Xcode_10.3.xip && \
/root/pbzx/pbzx -n Content | cpio -i && \
cp -r Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk /tmp/MacOSX10.14.sdk && \
cp -r Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1 /tmp/MacOSX10.14.sdk/usr/include/c++ && \