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 c8b37b2 commit 4b4bb4dCopy full SHA for 4b4bb4d
packages/conf-rust-llvm/conf-rust-llvm.1/opam
@@ -5,10 +5,9 @@ homepage: "https://github.com/ocaml/opam-repository"
5
bug-reports: "https://github.com/ocaml/opam-repository/issues"
6
license: "MIT"
7
build: [
8
- ["which" "rust-lld"] { os-distribution != "homebrew" }
+ ["command" "-v" "rust-lld"] { os-distribution != "homebrew" }
9
]
10
depends: [
11
- "conf-which" {build}
12
"conf-rust"
13
"conf-llvm"
14
"conf-lld"
0 commit comments