Skip to content

Commit b86390e

Browse files
committed
attempt at fixing this shit
1 parent f82a7e4 commit b86390e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ detect_architecture("__arm__" ARM)
6363
detect_architecture("__aarch64__" ARM64)
6464

6565
cmake_dependent_option(ENABLE_JIT "Enable JIT recompiler" ON
66-
"(ARCHITECTURE STREQUAL x86_64 AND NOT APPLE) OR ARCHITECTURE STREQUAL ARM64" OFF)
66+
"ARCHITECTURE STREQUAL x86_64 OR ARCHITECTURE STREQUAL ARM64;NOT ARCHITECTURE STREQUAL x86_64 OR NOT APPLE" OFF)
6767
cmake_dependent_option(ENABLE_JIT_PROFILING "Enable JIT profiling with VTune" OFF "ENABLE_JIT" OFF)
6868
option(ENABLE_OGLRENDERER "Enable OpenGL renderer" ON)
6969

0 commit comments

Comments
 (0)