Minor fix

This commit is contained in:
Joshua Granick
2015-02-16 15:43:16 -08:00
parent 428f162a65
commit a9f941db76

View File

@@ -1273,6 +1273,8 @@ class CommandLineTools {
for (key in projectDefines.keys ()) {
Sys.println (key);
var components = key.split ("-");
var field = components.shift ().toLowerCase ();
var attribute = "";
@@ -1319,7 +1321,7 @@ class CommandLineTools {
} else {
project.targetFlags.set (key, projectDefines.get (key));
targetFlags.set (key, projectDefines.get (key));
}