More changes for tvOS support

This commit is contained in:
Valerio Santinelli
2015-09-29 18:43:59 +02:00
parent c6b9772e96
commit 253ad82ecd
4 changed files with 10 additions and 6 deletions

View File

@@ -237,6 +237,10 @@ class CommandLineTools {
target = Platform.FIREFOX;
overrides.haxedefs.set ("firefoxos", "");
case "tvos":
target = Platform.TVOS;
default:
target = cast targetName.toLowerCase ();