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.
2 parents 20173ff + f5e5e33 commit 2b0eefbCopy full SHA for 2b0eefb
utils/make-pkgconfig.swift
@@ -58,7 +58,7 @@ func makeFile() throws {
58
let cllvmPath = pkgConfigDir.appendingPathComponent("cllvm.pc")
59
60
/// Ensure we have llvm-config in the PATH
61
- guard let llvmConfig = which("llvm-config") else {
+ guard let llvmConfig = which("llvm-config-3.9") ?? which("llvm-config") else {
62
throw "Failed to find llvm-config. Ensure llvm-config is installed and " +
63
"in your PATH"
64
}
0 commit comments