Skip to content

Commit 5eb942c

Browse files
authored
Merge pull request #61574 from apple/neonichu-patch-1
Remove use of deprecated option
2 parents ac07031 + f71eb8e commit 5eb942c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/build_script_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def perform_build(args, swiftbuild_path, config, binary_name, opt_flag):
1616
swiftbuild_path,
1717
"--package-path",
1818
args.package_path,
19-
"--build-path",
19+
"--scratch-path",
2020
inner_build_dir,
2121
"--configuration",
2222
config,

0 commit comments

Comments
 (0)