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 a8783a8 commit 55f5b9cCopy full SHA for 55f5b9c
packages/conf-lld/conf-lld.1/opam
@@ -6,7 +6,7 @@ bug-reports: "https://llvm.org/bugs/"
6
license: "MIT"
7
build: [
8
["wasm-ld" "-version"] { os-distribution != "homebrew" }
9
- ["sh" "-c" "$(brew --prefix llvm)/bin/wasm-ld"] { os-distribution = "homebrew" }
+ ["sh" "-c" "$(brew --prefix llvm)/bin/lld --version"] { os-distribution = "homebrew" }
10
]
11
depends: [
12
0 commit comments