Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
TcM1911 committed Feb 17, 2021
1 parent 84e8bfb commit a418362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ ENV OSX_SDK MacOSX10.11.sdk
ENV OSX_NDK_X86 /usr/local/osx-ndk-x86

RUN \
OSX_SDK_PATH=https://s3.dockerproject.org/darwin/v2/$OSX_SDK.tar.xz && \
OSX_SDK_PATH=https://joakimkennedy.keybase.pub/files/MacOSX10.15.sdk.tar.xz && \
wget -nc $OSX_SDK_PATH && \
\
git clone https://github.com/tpoechtrager/osxcross.git && \
mv `basename $OSX_SDK_PATH` osxcross/tarballs/ && \
\
PORTABLE=yes UNATTENDED=yes OSX_VERSION_MIN=10.6 osxcross/build.sh && \
PORTABLE=yes UNATTENDED=yes OSX_VERSION_MIN=10.9 osxcross/build.sh && \
mv osxcross/target $OSX_NDK_X86 && \
\
rm -rf ./osxcross
Expand Down

0 comments on commit a418362

Please sign in to comment.