Skip to content

Commit

Permalink
Update the default MACOSX_DEPLOYMENT_TARGET to 11.0
Browse files Browse the repository at this point in the history
Makes the build script pass with defaults in usual developer environment.

Only the build on legacy systems should require fiddling with the settings
as it is a corner case.
  • Loading branch information
nohal committed Jun 4, 2024
1 parent e349c45 commit 13ac1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/universal-build-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -x
# OpenCPN needs to support even older macOS releases than the system
# it is being built on, set MACOSX_DEPLOYMENT_TARGET environment
# variable to use the respective SDK version.
export MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET:-10.13}
export MACOSX_DEPLOYMENT_TARGET=${MACOSX_DEPLOYMENT_TARGET:-11.0}

# URL of the repository to download the dependency bundle from
export DEPS_BUNDLE_REPO="${DEPS_BUNDLE_REPO:-https://dl.cloudsmith.io/public/nohal/opencpn-dependencies/raw/files}"
Expand Down

0 comments on commit 13ac1bc

Please sign in to comment.