This commit is contained in:
Harold Cindy 2023-12-14 21:42:16 -04:00 committed by GitHub
commit 7fa52227c4
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ if(NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
return()
endif()
if(NOT CMAKE_OSX_ARCHITECTURES STREQUAL "x86_64")
if(APPLE AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "x86_64")
message(WARNING "Building the Luau fuzzer for ARM64 is currently unsupported.")
return()
endif()