We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d6d663f + 779fc14 commit 5dc1905Copy full SHA for 5dc1905
Dockerfile
@@ -64,6 +64,10 @@ RUN mkdir -p "/tmp/osxcross"
64
"https://www.dropbox.com/s/yfbesd249w10lpc/MacOSX${DARWIN_SDK_VERSION}.sdk.tar.xz" \
65
&& yes "" | SDK_VERSION="${DARWIN_SDK_VERSION}" OSX_VERSION_MIN=10.6 ./build.sh \
66
&& mv target /usr/osxcross \
67
+ && mv tools /usr/osxcross/ \
68
+ && ln -sf ../tools/osxcross-macports /usr/osxcross/bin/omp \
69
+ && ln -sf ../tools/osxcross-macports /usr/osxcross/bin/osxcross-macports \
70
+ && ln -sf ../tools/osxcross-macports /usr/osxcross/bin/osxcross-mp \
71
&& rm -rf /tmp/osxcross \
72
&& rm -rf /usr/osxcross/SDK/MacOSX10.10.sdk/usr/share/man
73
0 commit comments