Skip to content

Commit 4b4bb4d

Browse files
committed
do not use which
1 parent c8b37b2 commit 4b4bb4d

File tree

1 file changed

+1
-2
lines changed
  • packages/conf-rust-llvm/conf-rust-llvm.1

1 file changed

+1
-2
lines changed

packages/conf-rust-llvm/conf-rust-llvm.1/opam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@ homepage: "https://github.com/ocaml/opam-repository"
55
bug-reports: "https://github.com/ocaml/opam-repository/issues"
66
license: "MIT"
77
build: [
8-
["which" "rust-lld"] { os-distribution != "homebrew" }
8+
["command" "-v" "rust-lld"] { os-distribution != "homebrew" }
99
]
1010
depends: [
11-
"conf-which" {build}
1211
"conf-rust"
1312
"conf-llvm"
1413
"conf-lld"

0 commit comments

Comments
 (0)