for AIR set android and ios targetFlags into defines
This commit is contained in:
@@ -121,6 +121,8 @@ class ProjectXMLParser extends HXProject {
|
||||
|
||||
defines.set ("targetType", "swf");
|
||||
defines.set ("flash", "1");
|
||||
if (targetFlags.exists("ios")) defines.set ("ios", "1");
|
||||
if (targetFlags.exists("android")) defines.set ("android", "1");
|
||||
|
||||
} else if (target == Platform.WINDOWS && (targetFlags.exists ("uwp") || targetFlags.exists ("winjs"))) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user