Skip to content

Commit

Permalink
build: raise MACOS_DEPLOYMENT_TARGET to 10.15 ...
Browse files Browse the repository at this point in the history
... since std filesystem is introduced at this version.
  • Loading branch information
WhiredPlanck committed Jul 17, 2023
1 parent 8a0336d commit a24e73c
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 ?= 10.13
export MACOSX_DEPLOYMENT_TARGET ?= 10.15

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

0 comments on commit a24e73c

Please sign in to comment.