cocos2d / cocos2d-x-3rd-party-libs-src

Dependencies of cocos2d-x.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppleTV compilation support

equinox2k opened this issue · comments

Hi,

I started to try to update the build scripts to compile for AppleTV, so far I think i have made a mistake somewhere in my changes, but was wondering have you already got in pipeline an updated build for AppleTV and if you was to would you do it so that Apple TV is a separate build than iOS although they seem to have a lot in common?

Got past problem and have added a pull request with a semi working version of my apple tv build scripts

@equinox2k
The apple TV support has been merged into the repo, please give it a try.

@zilongshanren, Sorry took a while to reply, looking good so far, one problem I've found with libCurl is ssl seems to be disabled...

== Info: Protocol "https" not supported or disabled in libcurl
== Info: Closing connection -1

@equinox2k
Could you send a PR to resolve this issue?

I've tried a couple of times to look why the https is missing comparing iOS with the new tvOS setup but can not see why https has not been included yet.