Skip to content
Open
4 changes: 2 additions & 2 deletions packages/conf-rust-llvm/conf-rust-llvm.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ depends: [
depexts: [
["rust-llvm"] { os-family = "alpine" }
["rust-llvm"] { os-family = "arch" }
["rust-llvm"] { os-family = "debian" }
["rust-llvm"] { os-family = "ubuntu" }
["rust-llvm"] { os-distribution = "debian" & os-version >= "13" } # rust-lld is in the rustc package until debian 12 bookworm
["rustc" "lld-17"] { os-family = "ubuntu" } # a symlink to rust-lld is provided by the rustc package but it points to a file only provided by lld-17 (and not lld)
["rust-llvm"] { os-family = "opensuse" }
["rust-llvm"] { os-family = "suse" }
["rust-llvm"] { os-distribution = "centos" }
Expand Down
Loading