From 65278c5a0b78d83194f73bc0e4ed1641ff11ee8e Mon Sep 17 00:00:00 2001 From: Jack Greiner Date: Tue, 20 Aug 2024 18:21:25 -0400 Subject: [PATCH] Switch back to upstream OSXCross My PR has been merged. --- naev-macos/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/naev-macos/Dockerfile b/naev-macos/Dockerfile index c401b68..706ccf8 100644 --- a/naev-macos/Dockerfile +++ b/naev-macos/Dockerfile @@ -26,11 +26,11 @@ RUN mkdir build && cd build && \ # Git clone osxcross repo WORKDIR /usr/local/src -#RUN git clone https://github.com/tpoechtrager/osxcross.git +RUN git clone https://github.com/tpoechtrager/osxcross.git # Use my fork of OSXCross until https://github.com/tpoechtrager/osxcross/pull/428 is pulled upstream. -RUN git clone https://github.com/ProjectSynchro/osxcross.git && \ - cd osxcross && git checkout osxcross-any-arch +#RUN git clone https://github.com/ProjectSynchro/osxcross.git && \ +# cd osxcross && git checkout osxcross-any-arch # Copy MacOS SDK tarball COPY MacOSX14.sdk.tar.xz /usr/local/src/osxcross/tarballs