Skip to content

Commit f71eb8e

Browse files
authored
Remove use of deprecated option
1 parent 6f77e8b commit f71eb8e

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)