Skip to content

Commit

Permalink
cmake: actually check ARM64EC
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr committed Jul 19, 2024
1 parent fc8cd65 commit cc47969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/sdlcpu.cmake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function(SDL_DetectTargetCPUArchitectures DETECTED_ARCHS)

set(known_archs EMSCRIPTEN ARM32 ARM64 LOONGARCH64 POWERPC32 POWERPC64 X86 X64)
set(known_archs EMSCRIPTEN ARM32 ARM64 ARM64EC LOONGARCH64 POWERPC32 POWERPC64 X86 X64)

if(APPLE AND CMAKE_OSX_ARCHITECTURES)
foreach(known_arch IN LISTS known_archs)
Expand Down

0 comments on commit cc47969

Please sign in to comment.