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 0d68faa commit 42f79fbCopy full SHA for 42f79fb
Sources/SwiftDriver/Utilities/System.swift
@@ -59,7 +59,7 @@ func quoteArgument(_ argument: String) -> String {
59
#endif
60
}
61
62
-#if canImport(Darwin) || os(Linux) || os(Android) || os(OpenBSD)
+#if canImport(Darwin) || os(Linux) || os(Android) || os(OpenBSD) || os(FreeBSD)
63
// Adapted from llvm::sys::commandLineFitsWithinSystemLimits.
64
func commandLineFitsWithinSystemLimits(path: String, args: [String]) -> Bool {
65
let upperBound = sysconf(Int32(_SC_ARG_MAX))
0 commit comments