Skip to content

Commit 405d527

Browse files
committed
Fix depext for llvm on macos
1 parent e7c05bb commit 405d527

File tree

1 file changed

+1
-1
lines changed
  • packages/z3/z3.4.15.1

1 file changed

+1
-1
lines changed

packages/z3/z3.4.15.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "MIT"
77
dev-repo: "git+https://github.com/Z3prover/z3.git"
88
depexts: [
99
["python3-distutils"] {os-family = "debian"}
10-
["llvm"] {os-family = "macos" & os-distribution = "homebrew"}
10+
["llvm"] {os-distribution = "homebrew"}
1111
]
1212
patches: [
1313
"gccstd-2a.patch" { (os-family = "opensuse" | os-family = "suse") | (os-distribution = "ubuntu" & os-version <= "20.04") }

0 commit comments

Comments
 (0)