We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eeab1c commit b127c06Copy full SHA for b127c06
Plugins/AWSLambdaPackager/PluginUtils.swift
@@ -30,7 +30,7 @@ struct Utils {
30
print("\(executable.absoluteString) \(arguments.joined(separator: " "))")
31
}
32
33
- #if compiler(>=6.0) && compiler(<6.1) && os(Linux)
+ #if compiler(>=6.0) && compiler(<6.0.2) && os(Linux)
34
let fd = dup(1)!
35
#else
36
let fd = dup(1)
0 commit comments