Try to fix Windows mess a bit.

Default to 64 bit on windows too.
This commit is contained in:
Apprentice-Alchemist
2022-05-19 20:46:08 +02:00
parent b2546aac9f
commit ad70700a14
7 changed files with 70 additions and 48 deletions

View File

@@ -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")
{