Merge pull request #595 from tanis2000/tvos

Minor fixes for tvOS + ARC
This commit is contained in:
Joshua Granick
2015-10-05 11:57:24 -07:00
4 changed files with 41 additions and 10 deletions

View File

@@ -365,6 +365,25 @@
<vflag name="-framework" value="AudioToolbox" />
<vflag name="-framework" value="AudioUnit" />
<vflag name="-framework" value="OpenAL"/>
<vflag name="-framework" value="GameController"/>
<lib name="-ldl" />
<lib name="-lEGL" />
<lib name="-lGLESv2" />
</section>
<section if="ios">
<vflag name="-framework" value="UIKit" />
<vflag name="-framework" value="Foundation" />
<vflag name="-framework" value="CoreAudio" />
<vflag name="-framework" value="CoreVideo" />
<vflag name="-framework" value="OpenGLES" />
<vflag name="-framework" value="AudioToolbox" />
<vflag name="-framework" value="AudioUnit" />
<vflag name="-framework" value="OpenAL"/>
<vflag name="-framework" value="CoreMotion"/>
<lib name="-ldl" />
<lib name="-lEGL" />