Skip to content

Commit be4da20

Browse files
authored
Merge pull request swiftlang#28779 from apple/aciidb0mb3r-patch-2
[SwiftPM] Replace new-bootstrap with bootstrap
2 parents 67b6afb + a7e757b commit be4da20

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support/products

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/swiftpm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def should_build(self, host_target):
3030

3131
def run_bootstrap_script(self, action, host_target, additional_params=[]):
3232
script_path = os.path.join(
33-
self.source_dir, 'Utilities', 'new-bootstrap')
33+
self.source_dir, 'Utilities', 'bootstrap')
3434
toolchain_path = self.install_toolchain_path()
3535
swiftc = os.path.join(toolchain_path, "usr", "bin", "swiftc")
3636

0 commit comments

Comments
 (0)