Skip to content

Commit db54ee5

Browse files
committed
s/build-path/scratch-path
1 parent e14b79c commit db54ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def get_swiftpm_invocation(
416416
if release:
417417
swiftpm_call.extend(["--configuration", "release"])
418418
if build_dir:
419-
swiftpm_call.extend(["--build-path", build_dir])
419+
swiftpm_call.extend(["--scratch-path", build_dir])
420420
if multiroot_data_file:
421421
swiftpm_call.extend(["--multiroot-data-file", multiroot_data_file])
422422

0 commit comments

Comments
 (0)