Skip to content

Commit

Permalink
change source
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerKSI committed Oct 27, 2023
1 parent b3f7aca commit b8fc6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.osx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN git clone https://github.com/tpoechtrager/osxcross \
&& mv MacOSX11.3.sdk.tar.xz tarballs/ \
&& UNATTENDED=yes OSX_VERSION_MIN=10.10 ./build.sh \
# install gmp
&& echo "1" | MACOSX_DEPLOYMENT_TARGET=11.3 ./tools/osxcross-macports install gmp \
&& echo "2" | MACOSX_DEPLOYMENT_TARGET=11.3 ./tools/osxcross-macports install gmp \
# cleanups before Docker layer is finalized
&& rm -r tarballs/
RUN chmod +rx /opt/osxcross
Expand Down

0 comments on commit b8fc6f7

Please sign in to comment.