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.
2 parents eb56a00 + e5709a6 commit 53e245aCopy full SHA for 53e245a
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