Merge pull request #7431 from Geod24/macosx

Bump minimum MACOSX version to 10.9
merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
This commit is contained in:
The Dlang Bot 2020-03-30 10:04:15 +02:00 committed by GitHub
commit cd2b75560b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ DMD_DIR=../dmd
include $(DMD_DIR)/src/osmodel.mak include $(DMD_DIR)/src/osmodel.mak
ifeq (osx,$(OS)) ifeq (osx,$(OS))
export MACOSX_DEPLOYMENT_TARGET=10.7 export MACOSX_DEPLOYMENT_TARGET=10.9
endif endif
# Default to a release build, override with BUILD=debug # Default to a release build, override with BUILD=debug