Skip to content

Commit

Permalink
build(xcode.mk): set MACOS_DEPLOYMENT_TARGET=10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jun 10, 2023
1 parent aea0a76 commit dfb1e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcode.mk
Expand Up @@ -11,7 +11,7 @@ endif
export SDKROOT ?= $(shell xcrun --sdk macosx --show-sdk-path)

# https://cmake.org/cmake/help/latest/envvar/MACOSX_DEPLOYMENT_TARGET.html
export MACOSX_DEPLOYMENT_TARGET ?= $$(RECOMMENDED_MACOSX_DEPLOYMENT_TARGET)
export MACOSX_DEPLOYMENT_TARGET ?= 10.13

ifdef BUILD_UNIVERSAL
# https://cmake.org/cmake/help/latest/envvar/CMAKE_OSX_ARCHITECTURES.html
Expand Down

0 comments on commit dfb1e97

Please sign in to comment.