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

Commit 7989c60

Browse files
Bump MACOSX_DEPLOYMENT_TARGET to 11.0 for x86_64 builds
SDL3 doesn't have builds for older versions of macOS
1 parent ead3061 commit 7989c60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

naev-macos/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ ENV PATH "$PATH:/usr/lib/osxcross/bin"
4646
ENV OSXCROSS_MP_INC "1"
4747

4848
# Set MACOSX_DEPLOYMENT_TARGET
49-
ENV MACOSX_DEPLOYMENT_TARGET "10.13"
49+
ENV MACOSX_DEPLOYMENT_TARGET "11.0"
5050

5151
# Install required build dependencies
5252
RUN UNATTENDED=1 osxcross-macports install freetype glpk SDL3 libpng \
@@ -85,7 +85,7 @@ LABEL org.opencontainers.image.description "Used to cross compile for macOS."
8585
# Set deployment target for AARCH64 and x86_64 for use with entrypoint
8686
# Make sure these follow the values in the build container above ^
8787
ENV AARCH64_DEPLOYMENT_TARGET "13.0"
88-
ENV X86_64_DEPLOYMENT_TARGET "10.13"
88+
ENV X86_64_DEPLOYMENT_TARGET "11.0"
8989

9090
# Allows for determining what container scripts are run in.
9191
ENV IMAGE_NAME "naev-macos"

0 commit comments

Comments
 (0)