Skip to content

Commit

Permalink
Add missing neko target flag on cross compile
Browse files Browse the repository at this point in the history
Otherwise, we end up with a cpp build instead.
For cross compiling with mingw, this breaks the build since no mingw
flag is set.
  • Loading branch information
tobil4sk authored and joshtynjala committed Dec 18, 2024
1 parent 45505f4 commit 988a0e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lime/tools/HXProject.hx
Original file line number Diff line number Diff line change
Expand Up @@ -773,6 +773,8 @@ class HXProject extends Script
}
else
{
targetFlags.set("neko", "1");

defines.set("targetType", "neko");
defines.set("neko", "1");
}
Expand Down

0 comments on commit 988a0e8

Please sign in to comment.