Skip to content

Commit 955e9c9

Browse files
author
Ryan Dingman
committed
Fix build on Linux
1 parent bb57bf2 commit 955e9c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/Subprocess/Platforms/Subprocess+Linux.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ extension Configuration {
127127
output: output,
128128
error: error,
129129
inputPipe: inputPipe.createInputPipe(),
130-
outputPipe: outputPipe.createOutputPipe(with: platformOptions.outputOptions),
131-
errorPipe: errorPipe.createOutputPipe(with: platformOptions.errorOptions)
130+
outputPipe: outputPipe.createOutputPipe(with: platformOptions),
131+
errorPipe: errorPipe.createOutputPipe(with: platformOptions)
132132
)
133133
}
134134

0 commit comments

Comments
 (0)