File tree Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Expand file tree Collapse file tree 2 files changed +40
-0
lines changed Original file line number Diff line number Diff line change 1+ set (SWIFT_HOST_VARIANT_SDK OSX CACHE STRING "" )
2+ set (SWIFT_HOST_VARIANT_ARCH arm64 CACHE STRING "" )
3+ set (SWIFT_DARWIN_SUPPORTED_ARCHS arm64 CACHE STRING "" )
4+ set (SWIFT_PRIMARY_VARIANT_ARCH arm64 CACHE STRING "" )
5+
6+ # NOTE(compnerd) disable the tools, we are trying to build just the standard
7+ # library.
8+ set (SWIFT_INCLUDE_TOOLS NO CACHE BOOL "" )
9+
10+ # NOTE(compnerd) cannot build tests since the tests require the toolchain
11+ set (SWIFT_INCLUDE_TESTS NO CACHE BOOL "" )
12+
13+ # NOTE(compnerd) cannot build docs since that requires perl
14+ set (SWIFT_INCLUDE_DOCS NO CACHE BOOL "" )
15+
16+ # NOTE(compnerd) these are part of the toolchain, not the runtime.
17+ set (SWIFT_BUILD_SOURCEKIT NO CACHE BOOL "" )
18+
19+ # NOTE(compnerd) build with the compiler specified, not a just built compiler.
20+ set (SWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER YES CACHE BOOL "" )
Original file line number Diff line number Diff line change 1+ set (SWIFT_HOST_VARIANT_SDK OSX CACHE STRING "" )
2+ set (SWIFT_HOST_VARIANT_ARCH x86_64 CACHE STRING "" )
3+ set (SWIFT_DARWIN_SUPPORTED_ARCHS x86_64 CACHE STRING "" )
4+ set (SWIFT_PRIMARY_VARIANT_ARCH x86_64 CACHE STRING "" )
5+
6+ # NOTE(compnerd) disable the tools, we are trying to build just the standard
7+ # library.
8+ set (SWIFT_INCLUDE_TOOLS NO CACHE BOOL "" )
9+
10+ # NOTE(compnerd) cannot build tests since the tests require the toolchain
11+ set (SWIFT_INCLUDE_TESTS NO CACHE BOOL "" )
12+
13+ # NOTE(compnerd) cannot build docs since that requires perl
14+ set (SWIFT_INCLUDE_DOCS NO CACHE BOOL "" )
15+
16+ # NOTE(compnerd) these are part of the toolchain, not the runtime.
17+ set (SWIFT_BUILD_SOURCEKIT NO CACHE BOOL "" )
18+
19+ # NOTE(compnerd) build with the compiler specified, not a just built compiler.
20+ set (SWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER YES CACHE BOOL "" )
You can’t perform that action at this time.
0 commit comments