Skip to content

Commit 5dc1905

Browse files
authored
Merge pull request #23 from multiarch/fix-21
Install osxcross-macports (fix #21)
2 parents d6d663f + 779fc14 commit 5dc1905

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

+4
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ RUN mkdir -p "/tmp/osxcross"
6464
"https://www.dropbox.com/s/yfbesd249w10lpc/MacOSX${DARWIN_SDK_VERSION}.sdk.tar.xz" \
6565
&& yes "" | SDK_VERSION="${DARWIN_SDK_VERSION}" OSX_VERSION_MIN=10.6 ./build.sh \
6666
&& 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 \
6771
&& rm -rf /tmp/osxcross \
6872
&& rm -rf /usr/osxcross/SDK/MacOSX10.10.sdk/usr/share/man
6973

0 commit comments

Comments
 (0)