Skip to content

Commit

Permalink
Merge pull request #4347 from jacob-carlborg/osx_min
Browse files Browse the repository at this point in the history
Set deployment target to the minimum supported version of OS X
  • Loading branch information
DmitryOlshansky committed Jun 10, 2016
2 parents edf4da0 + b29fb64 commit cea112b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions posix.mak
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ QUIET:=

include osmodel.mak

ifeq (osx,$(OS))
export MACOSX_DEPLOYMENT_TARGET=10.7
endif

# Default to a release built, override with BUILD=debug
ifeq (,$(BUILD))
BUILD_WAS_SPECIFIED=0
Expand Down

0 comments on commit cea112b

Please sign in to comment.