Allow LuaJIT to be used on Windows ARM64.

This commit is contained in:
Miku AuahDark
2024-03-21 11:24:51 +08:00
parent 95796caa06
commit 681d694f9d
+1 -1
View File
@@ -60,7 +60,7 @@ else()
endif()
if(APPLE OR MEGA_ARM64)
if(APPLE)
set(LOVE_DEFAULT_JIT FALSE)
else()
set(LOVE_DEFAULT_JIT TRUE)