Try to fix Windows mess a bit.
Default to 64 bit on windows too.
This commit is contained in:
@@ -206,7 +206,7 @@ class MacPlatform extends PlatformTarget
|
||||
|
||||
if (noOutput) return;
|
||||
|
||||
HashlinkHelper.copyHashlink(project, targetDirectory, applicationDirectory, executablePath);
|
||||
HashlinkHelper.copyHashlink(project, targetDirectory, applicationDirectory, executablePath, is64);
|
||||
}
|
||||
else if (targetType == "java")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user