this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26780 from dboris/macports-llvm-15

Fix install of conf-libclang.15 when using macports on macOS.

authored by

Marcello Seri and committed by
GitHub
7d51bde5 5e3371ec

+2 -1
+2 -1
packages/conf-libclang/conf-libclang.15/opam
··· 14 14 "conf-bash" {build} 15 15 ] 16 16 depexts: [ 17 - ["llvm@15"] {os = "macos"} 17 + ["llvm@15"] {os-distribution = "homebrew" & os = "macos"} 18 + ["llvm-15"] {os-distribution = "macports" & os = "macos"} 18 19 ["llvm15" "clang15"] {os-distribution = "arch"} 19 20 ["libclang-15-dev" "libclang-cpp15-dev" "llvm-15-dev"] 20 21 {(os-distribution = "ubuntu" & os-version >= "22.10")}