Skip to content

Commit 2bd49a5

Browse files
committed
argh
1 parent 6bf8f67 commit 2bd49a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Plugins/AWSLambdaPackager/PluginUtils.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ struct Utils {
3030
print("\(executable.absoluteString) \(arguments.joined(separator: " "))")
3131
}
3232

33-
#if compiler(>=6.0) && compiler(<6.0.2) && os(Linux)
34-
let fd = dup(1)!
35-
#else
33+
// #if compiler(>=6.0) && compiler(<6.0.1) && os(Linux)
34+
// let fd = dup(1)!
35+
// #else
3636
let fd = dup(1)
37-
#endif
37+
// #endif
3838
let stdout = fdopen(fd, "rw")
3939
defer { fclose(stdout) }
4040

0 commit comments

Comments
 (0)