Skip to content

Commit 8c698f3

Browse files
authored
Merge pull request #24375 from jmid/conf-unwind-ubuntu
conf-unwind.1 with a fix for os-family=ubuntu
2 parents 609cd39 + 8b803ed commit 8c698f3

File tree

1 file changed

+1
-1
lines changed
  • packages/conf-unwind/conf-unwind.0

1 file changed

+1
-1
lines changed

packages/conf-unwind/conf-unwind.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "MIT"
77
build: [["pkg-config" "--short-errors" "--print-errors" "libunwind"]]
88
depends: ["conf-pkg-config" {build}]
99
depexts: [
10-
["libunwind-dev"] {os-family = "debian"}
10+
["libunwind-dev"] {os-family = "debian" | os-family = "ubuntu"}
1111
["libunwind-devel"] {os-distribution = "centos"}
1212
["libunwind-devel"] {os-distribution = "rhel"}
1313
["libunwind-devel"] {os-distribution = "fedora"}

0 commit comments

Comments
 (0)