Skip to content

Commit a7e757b

Browse files
authored
[SwiftPM] Replace new-bootstrap with bootstrap
1 parent 5ba2e59 commit a7e757b

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)