Skip to content

Commit

Permalink
change to 10.9 for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dsl committed Feb 17, 2023
1 parent 37ffb91 commit 4291c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xcode.mk
Original file line number Diff line number Diff line change
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.9

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

0 comments on commit 4291c81

Please sign in to comment.