Updates for console targets

This commit is contained in:
Joshua Granick
2015-01-20 10:28:39 -08:00
parent 057ae36d69
commit db7f1f9f4f
6 changed files with 21 additions and 7 deletions

View File

@@ -175,6 +175,12 @@ class HXProject {
}
default:
// TODO: Better handle platform type for pluggable targets
platformType = PlatformType.CONSOLE;
}
meta = ObjectHelper.copyFields (defaultMeta, {});