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 ec72db1 commit ed96cf4Copy full SHA for ed96cf4
utils/build-presets.ini
@@ -2369,9 +2369,10 @@ skip-build-cmark
2369
skip-build-benchmarks
2370
skip-test-cmark
2371
2372
-# Then we inject two cmake arguments that cause us not to build tools and to
+# This triggers the stdlib standalone build: Don't build tools (the compiler),
2373
# assume we are working with the host compiler.
2374
-extra-cmake-options=-DSWIFT_INCLUDE_TOOLS=NO -DSWIFT_BUILD_RUNTIME_WITH_HOST_COMPILER=YES
+build-swift-tools=0
2375
+build-runtime-with-host-compiler=1
2376
2377
# Then set the paths to our native tools. If compiling against a toolchain,
2378
# these should all be the ./usr/bin directory.
0 commit comments