More changes for tvOS support
This commit is contained in:
@@ -237,6 +237,10 @@ class CommandLineTools {
|
||||
target = Platform.FIREFOX;
|
||||
overrides.haxedefs.set ("firefoxos", "");
|
||||
|
||||
case "tvos":
|
||||
|
||||
target = Platform.TVOS;
|
||||
|
||||
default:
|
||||
|
||||
target = cast targetName.toLowerCase ();
|
||||
|
||||
Reference in New Issue
Block a user