Showing with 4 additions and 0 deletions.
  1. +4 −0 posix.mak
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