diff --git a/tools/platforms/LinuxPlatform.hx b/tools/platforms/LinuxPlatform.hx index 88dd597b4..c8a79dda4 100644 --- a/tools/platforms/LinuxPlatform.hx +++ b/tools/platforms/LinuxPlatform.hx @@ -135,7 +135,7 @@ class LinuxPlatform extends PlatformTarget if (project.targetFlags.exists("rpi")) { isRaspberryPi = true; - is64 = !targetFlags.exists("64"); + is64 = targetFlags.exists("64"); } if (project.targetFlags.exists("neko") || project.target != cast System.hostPlatform)