Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion utils/make-pkgconfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func makeFile() throws {
let cllvmPath = pkgConfigDir.appendingPathComponent("cllvm.pc")

/// Ensure we have llvm-config in the PATH
guard let llvmConfig = which("llvm-config") else {
guard let llvmConfig = which("llvm-config-3.9") else {
throw "Failed to find llvm-config. Ensure llvm-config is installed and " +
"in your PATH"
}
Expand Down