Skip to content

Commit 9597081

Browse files
authored
Merge pull request #650 from apple/neonichu-patch-1
Remove use of deprecated option
2 parents 7cc1696 + bf9d51e commit 9597081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKTestSupport/SKSwiftPMTestWorkspace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ extension SKSwiftPMTestWorkspace {
126126
toolchain.swift!.pathString,
127127
"build",
128128
"--package-path", sources.rootDirectory.path,
129-
"--build-path", buildDir.path,
129+
"--scratch-path", buildDir.path,
130130
"-Xswiftc", "-index-ignore-system-modules",
131131
"-Xcc", "-index-ignore-system-symbols",
132132
])

0 commit comments

Comments
 (0)