Adding flag for min deployment target on mac for Lion
This commit is contained in:
@@ -481,6 +481,7 @@
|
||||
<compilerflag value="-I${NATIVE_DEV}/include/SDL2" if="sdl2" />
|
||||
<compilerflag value="${sdl_dynamic_include2}" if="dynamic_sdl"/>
|
||||
<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/MacBoot.m" />
|
||||
<file name="src/common/empty/URL.cpp" if="nocurl" />
|
||||
@@ -610,6 +611,8 @@
|
||||
|
||||
<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="Foundation" if="macos"/>
|
||||
<!-- <vflag name="-framework" value="AVFoundation" if="macos"/> -->
|
||||
|
||||
Reference in New Issue
Block a user