Flowing user defines into the HXProject

This commit is contained in:
Steven
2016-04-07 18:50:59 -07:00
committed by Joshua Granick
parent f6c6ec798b
commit b6acad449d
2 changed files with 23 additions and 8 deletions

View File

@@ -1297,6 +1297,7 @@ class CommandLineTools {
HXProject._debug = debug;
HXProject._target = target;
HXProject._targetFlags = targetFlags;
HXProject._userDefines = userDefines;
try { Sys.setCwd (Path.directory (projectFile)); } catch (e:Dynamic) {}