this repo has no description

try to make conf-lld work on macOS by adding dep on lld and not only llvm

Changed files
+2 -2
packages
conf-lld
conf-lld.1
+2 -2
packages/conf-lld/conf-lld.1/opam
···
bug-reports: "https://llvm.org/bugs/"
license: "MIT"
build: [
-
["wasm-ld" "-version"] { os-distribution != "homebrew" }
+
["wasm-ld" "-version"]
]
depends: [
]
···
["lld"] { os-distribution = "centos" }
["lld"] { os-distribution = "fedora" }
-
["llvm"] { os-distribution = "homebrew" }
+
["llvm" "lld"] { os-distribution = "homebrew" }
]
x-ci-accept-failures: [
"ubuntu-20.04" # does not have wasm-ld