Skip to content

Commit

Permalink
Switch back to upstream OSXCross
Browse files Browse the repository at this point in the history
My PR has been merged.
  • Loading branch information
ProjectSynchro authored Aug 20, 2024
1 parent 359b4e5 commit 65278c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions naev-macos/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 65278c5

Please sign in to comment.