Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Commit b6d6834

Browse files
Update osxcross packages: drop libxml2 in favor of the SDK one (saves ~50MB due to icudata), switch SuiteSparse_CSparse -> SuiteSparse_CXSparse, as the latter includes the necessary headers.
1 parent 38e5652 commit b6d6834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naev/naev-macos/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ ENV PATH "$PATH:/usr/lib/osxcross/bin"
5656
ENV OSXCROSS_MP_INC "1"
5757

5858
# Install required build dependencies
59-
RUN UNATTENDED=1 osxcross-macports install binutils freetype libsdl2 libsdl2_image libsdl2_mixer libpng libvorbis libxml2 openal-soft physfs SuiteSparse_CSparse
59+
RUN UNATTENDED=1 osxcross-macports install binutils freetype libsdl2 libsdl2_image libsdl2_mixer libpng libvorbis openal-soft physfs SuiteSparse_CXSparse
6060

6161
# Horrible hack: ensure a hardcoded header file path resolves.
6262
RUN rmdir /opt && ln -s /usr/lib/osxcross/macports/pkgs/opt /opt

0 commit comments

Comments
 (0)