Skip to content

Commit a59548b

Browse files
committed
try to make conf-lld work on macOS by adding dep on lld and not only
llvm
1 parent 1001d3f commit a59548b

File tree

1 file changed

+2
-2
lines changed
  • packages/conf-lld/conf-lld.1

1 file changed

+2
-2
lines changed

packages/conf-lld/conf-lld.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage: "http://llvm.org"
55
bug-reports: "https://llvm.org/bugs/"
66
license: "MIT"
77
build: [
8-
["wasm-ld" "-version"] { os-distribution != "homebrew" }
8+
["wasm-ld" "-version"]
99
]
1010
depends: [
1111
]
@@ -19,7 +19,7 @@ depexts: [
1919

2020
["lld"] { os-distribution = "centos" }
2121
["lld"] { os-distribution = "fedora" }
22-
["llvm"] { os-distribution = "homebrew" }
22+
["llvm" "lld"] { os-distribution = "homebrew" }
2323
]
2424
x-ci-accept-failures: [
2525
"ubuntu-20.04" # does not have wasm-ld

0 commit comments

Comments
 (0)