Adding flag for min deployment target on mac for Lion

This commit is contained in:
underscorediscovery
2013-12-06 23:37:38 -03:30
parent 6a4efcf9cf
commit f54df3f734

View File

@@ -481,6 +481,7 @@
<compilerflag value="-I${NATIVE_DEV}/include/SDL2" if="sdl2" /> <compilerflag value="-I${NATIVE_DEV}/include/SDL2" if="sdl2" />
<compilerflag value="${sdl_dynamic_include2}" if="dynamic_sdl"/> <compilerflag value="${sdl_dynamic_include2}" if="dynamic_sdl"/>
<compilerflag value="-Isrc/sound/openal"/> <compilerflag value="-Isrc/sound/openal"/>
<compilerflag value="-mmacosx-version-min=10.7" if="macos"/>
<file name="src/platform/mac/NSFont.cpp"/> <file name="src/platform/mac/NSFont.cpp"/>
<file name="src/platform/mac/MacBoot.m" /> <file name="src/platform/mac/MacBoot.m" />
<file name="src/common/empty/URL.cpp" if="nocurl" /> <file name="src/common/empty/URL.cpp" if="nocurl" />
@@ -610,6 +611,8 @@
<flag value="${sdl_dynamic_path}" if="dynamic_sdl"/> <flag value="${sdl_dynamic_path}" if="dynamic_sdl"/>
<flag value="-mmacosx-version-min=10.7" if="macos"/>
<vflag name="-framework" value="IOKit" if="macos"/> <vflag name="-framework" value="IOKit" if="macos"/>
<vflag name="-framework" value="Foundation" if="macos"/> <vflag name="-framework" value="Foundation" if="macos"/>
<!-- <vflag name="-framework" value="AVFoundation" if="macos"/> --> <!-- <vflag name="-framework" value="AVFoundation" if="macos"/> -->