Skip to content

Commit ddd97de

Browse files
ACrazyTownjoshtynjala
authored andcommitted
Account for target flags when generating HXML
1 parent fcbb527 commit ddd97de

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lime/extension/Main.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,7 @@ class Main
11351135
else
11361136
{
11371137
var hxml = stdout.toString();
1138+
hxml += getTargetFlags().split(" ").join("\n");
11381139
var projectDirectory = getProjectDirectory();
11391140
if (projectDirectory != "")
11401141
{

0 commit comments

Comments
 (0)