Skip to content

Commit

Permalink
default non fat builds to build system processor, parity with min-devkit
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Ramirez committed Aug 27, 2021
1 parent 27eeafb commit c186a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -17,10 +17,10 @@ if (APPLE)
if(C74_BUILD_FAT)
set(CMAKE_OSX_ARCHITECTURES "x86_64;arm64" CACHE STRING "macOS architecture" FORCE)
else()
set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE STRING "macOS architecture" FORCE)
set(CMAKE_OSX_ARCHITECTURES ${CMAKE_SYSTEM_PROCESSOR} CACHE STRING "macOS architecture" FORCE)
endif()
message("CMAKE_OSX_ARCHITECTURES set to ${CMAKE_OSX_ARCHITECTURES}")
endif()
message("CMAKE_OSX_ARCHITECTURES set to ${CMAKE_OSX_ARCHITECTURES}")
endif()

MACRO(SUBDIRLIST result curdir)
Expand Down

0 comments on commit c186a61

Please sign in to comment.