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 1001d3f commit a59548bCopy full SHA for a59548b
packages/conf-lld/conf-lld.1/opam
@@ -5,7 +5,7 @@ homepage: "http://llvm.org"
5
bug-reports: "https://llvm.org/bugs/"
6
license: "MIT"
7
build: [
8
- ["wasm-ld" "-version"] { os-distribution != "homebrew" }
+ ["wasm-ld" "-version"]
9
]
10
depends: [
11
@@ -19,7 +19,7 @@ depexts: [
19
20
["lld"] { os-distribution = "centos" }
21
["lld"] { os-distribution = "fedora" }
22
- ["llvm"] { os-distribution = "homebrew" }
+ ["llvm" "lld"] { os-distribution = "homebrew" }
23
24
x-ci-accept-failures: [
25
"ubuntu-20.04" # does not have wasm-ld
0 commit comments