diff --git a/tools/platforms/WindowsPlatform.hx b/tools/platforms/WindowsPlatform.hx index 416ea7b44..278280f33 100644 --- a/tools/platforms/WindowsPlatform.hx +++ b/tools/platforms/WindowsPlatform.hx @@ -78,7 +78,7 @@ class WindowsPlatform extends PlatformTarget { for (architecture in project.architectures) { - if (targetType != "neko" && architecture == Architecture.X64) { + if (targetType == "cpp" && architecture == Architecture.X64) { is64 = true;