Skip to content

Commit dc7edc3

Browse files
authored
Merge pull request swiftlang#443 from apple/chicken-scratch
s/build-path/scratch-path
2 parents 17ea484 + 8176237 commit dc7edc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-script-helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def should_run_action(action_name, selected_actions):
148148
return False
149149

150150
def update_swiftpm_dependencies(package_path, swift_exec, build_path, env, verbose):
151-
args = [swift_exec, 'package', '--package-path', package_path, '--build-path', build_path, 'update']
151+
args = [swift_exec, 'package', '--package-path', package_path, '--scratch-path', build_path, 'update']
152152
check_call(args, env=env, verbose=verbose)
153153

154154
def invoke_swift(package_path, swift_exec, action, products, build_path, multiroot_data_file, configuration, env, verbose):

0 commit comments

Comments
 (0)