Skip to content

Commit

Permalink
Merge pull request #27 from fzwoch/apple_silicon
Browse files Browse the repository at this point in the history
Add arm64 to macOS platforms
  • Loading branch information
Flamefire authored May 10, 2023
2 parents cb940ef + 8b2c415 commit c2e1c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/DetectOsXArchs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function(detect_osx_archs)
set(cmdStdOut x86_64)
endif()

set(OSX_POSSIBLE_ARCHS x86_64 i386 i686 ppc)
set(OSX_POSSIBLE_ARCHS x86_64 i386 i686 ppc arm64)
set(OSX_DETECTED_ARCHS)
foreach(arch IN LISTS OSX_POSSIBLE_ARCHS)
if(cmdStdOut MATCHES "${arch}")
Expand Down

0 comments on commit c2e1c58

Please sign in to comment.