Loading core/combo/mac_version.mk +10 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,13 @@ # mac_sdk_root # gcc_darwin_version # You can no longer install older SDKs in newer xcode versions, so it appears # to be expected to use the newer SDKs, but set command line flags in order to # target older Mac OS X versions. # # We'll use the oldest SDK we can find, and then use the -mmacosx-version-min # and MACOSX_DEPLOYMENT_TARGET flags to set our minimum version. ifndef build_mac_version build_mac_version := $(shell sw_vers -productVersion) Loading Loading @@ -38,4 +45,7 @@ $(warning *****************************************************) $(error Stop.) endif # Set to the minimum version of OS X that we want to run on. mac_sdk_version := $(firstword $(mac_sdk_versions_supported)) endif # ifndef build_mac_version Loading
core/combo/mac_version.mk +10 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,13 @@ # mac_sdk_root # gcc_darwin_version # You can no longer install older SDKs in newer xcode versions, so it appears # to be expected to use the newer SDKs, but set command line flags in order to # target older Mac OS X versions. # # We'll use the oldest SDK we can find, and then use the -mmacosx-version-min # and MACOSX_DEPLOYMENT_TARGET flags to set our minimum version. ifndef build_mac_version build_mac_version := $(shell sw_vers -productVersion) Loading Loading @@ -38,4 +45,7 @@ $(warning *****************************************************) $(error Stop.) endif # Set to the minimum version of OS X that we want to run on. mac_sdk_version := $(firstword $(mac_sdk_versions_supported)) endif # ifndef build_mac_version