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.
2 parents ed3e635 + 813ed21 commit 521e2f6Copy full SHA for 521e2f6
utils/build-script
@@ -698,14 +698,14 @@ def main_normal():
698
# Preprocess the arguments to apply defaults.
699
apply_default_arguments(toolchain, args)
700
701
- # Create the build script invocation.
702
- invocation = build_script_invocation.BuildScriptInvocation(toolchain, args)
703
-
704
cmake = CMake(args=args, toolchain=toolchain)
705
toolchain.cmake = cmake.get_cmake_path(source_root=SWIFT_SOURCE_ROOT,
706
build_root=SWIFT_BUILD_ROOT)
707
args.cmake = toolchain.cmake
708
+ # Create the build script invocation.
+ invocation = build_script_invocation.BuildScriptInvocation(toolchain, args)
+
709
# Validate the arguments.
710
validate_arguments(toolchain, args)
711
0 commit comments