We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb56a00 commit e5709a6Copy full SHA for e5709a6
products/llbuildSwift/CMakeLists.txt
@@ -17,7 +17,7 @@ endif()
17
18
# Set x86_64 default if CMAKE_OSX_ARCHITECTURES is not set
19
if(NOT DEFINED CMAKE_OSX_ARCHITECTURES OR CMAKE_OSX_ARCHITECTURES STREQUAL "")
20
- set(CMAKE_OSX_ARCHITECTURES "x86_64")
+ set(CMAKE_OSX_ARCHITECTURES "${CMAKE_HOST_SYSTEM_PROCESSOR}")
21
endif()
22
23
# TODO(compnerd) move both of these outside of the CMake into the invocation
0 commit comments