mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
Bump minimum MACOSX version to 10.9
This was done in DMD two years ago but never applied here.
This commit is contained in:
parent
b14dfffdcb
commit
77097809ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue