mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 05:00:35 +03:00
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:
commit
cd2b75560b
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