Merge pull request #621 from jobs-git/patch-6
Fix cross-compilation Halt on 64bit Machine
This commit is contained in:
@@ -133,6 +133,8 @@ class WindowsPlatform extends PlatformTarget {
|
||||
var haxeArgs = [ hxml ];
|
||||
var flags = [];
|
||||
|
||||
flags.push ("-DHXCPP_M32");
|
||||
|
||||
if (!project.environment.exists ("SHOW_CONSOLE")) {
|
||||
|
||||
haxeArgs.push ("-D");
|
||||
|
||||
Reference in New Issue
Block a user