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 5a57d1b commit a9cc598Copy full SHA for a9cc598
utils/build-script
@@ -482,6 +482,7 @@ class BuildScriptInvocation(object):
482
"--libicu-build-type", args.libicu_build_variant,
483
"--xctest-build-type", args.build_variant,
484
"--swiftpm-build-type", args.build_variant,
485
+ "--llbuild-build-type", args.build_variant,
486
"--swift-enable-assertions", str(args.swift_assertions).lower(),
487
"--swift-stdlib-enable-assertions", str(
488
args.swift_stdlib_assertions).lower(),
0 commit comments