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 69f7c00 commit b72813fCopy full SHA for b72813f
clang/cmake/caches/Fuchsia-stage2.cmake
@@ -69,7 +69,7 @@ if(APPLE)
69
set(LIBCXX_ABI_VERSION 2 CACHE STRING "")
70
set(DARWIN_ios_ARCHS armv7;armv7s;arm64 CACHE STRING "")
71
set(DARWIN_iossim_ARCHS i386;x86_64 CACHE STRING "")
72
- set(DARWIN_osx_ARCHS x86_64 CACHE STRING "")
+ set(DARWIN_osx_ARCHS arm64;x86_64 CACHE STRING "")
73
set(SANITIZER_MIN_OSX_VERSION 10.7 CACHE STRING "")
74
endif()
75
0 commit comments