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.
--skip-cmake-bootstrap
1 parent 3649109 commit c47671bCopy full SHA for c47671b
Utilities/bootstrap
@@ -327,11 +327,11 @@ def build(args):
327
"""Builds SwiftPM using a two-step process: first using CMake, then with itself."""
328
parse_build_args(args)
329
330
- # Build llbuild if its build path is not passed in.
331
- if not "llbuild" in args.build_dirs:
332
- build_llbuild(args)
333
-
334
if args.bootstrap:
+ # Build llbuild if its build path is not passed in.
+ if not "llbuild" in args.build_dirs:
+ build_llbuild(args)
+
335
# tsc depends on swift-system so they must be built first.
336
build_dependency(args, "swift-system")
337
# swift-driver depends on tsc, swift-argument-parser, and yams so they must be built first.
0 commit comments