Skip to content

Commit 728fb50

Browse files
authored
Merge pull request #1043 from CodaFi/chicken-scratch
s/build-path/scratch-path
2 parents e14b79c + db54ee5 commit 728fb50

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)