Added the twos section to the build script
This commit is contained in:
@@ -148,6 +148,8 @@
|
|||||||
|
|
||||||
<compilerflag value="-DLIME_OPENGL" />
|
<compilerflag value="-DLIME_OPENGL" />
|
||||||
|
|
||||||
|
<compilerflag value="-I${DEVELOPER_DIR}/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS${TVOS_VER}.sdk/" if="tvos" />
|
||||||
|
|
||||||
<file name="src/graphics/opengl/OpenGLBindings.cpp" />
|
<file name="src/graphics/opengl/OpenGLBindings.cpp" />
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -353,6 +355,22 @@
|
|||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section if="tvos">
|
||||||
|
|
||||||
|
<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"/>
|
||||||
|
|
||||||
|
<lib name="-ldl" />
|
||||||
|
<lib name="-lEGL" />
|
||||||
|
<lib name="-lGLESv2" />
|
||||||
|
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</target>
|
</target>
|
||||||
|
|||||||
Reference in New Issue
Block a user