Skip to content

Commit b127c06

Browse files
committed
Make 6.0 nightly happy
1 parent 0eeab1c commit b127c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/AWSLambdaPackager/PluginUtils.swift

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

33-
#if compiler(>=6.0) && compiler(<6.1) && os(Linux)
33+
#if compiler(>=6.0) && compiler(<6.0.2) && os(Linux)
3434
let fd = dup(1)!
3535
#else
3636
let fd = dup(1)

0 commit comments

Comments
 (0)