Bump minimum MACOSX version to 10.9

This was done in DMD two years ago but never applied here.
This commit is contained in:
Geod24 2020-03-30 15:58:32 +09:00
parent b14dfffdcb
commit 77097809ec

View file

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