Skip to content

Commit edbe019

Browse files
committed
Attempt to fix cygwin
1 parent e2967cf commit edbe019

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

packages/conf-sndfile/conf-sndfile.1/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ depends: [
1313
]
1414
depexts: [
1515
["libsndfile-dev"] {os-family = "debian" | os-family = "ubuntu" | os-distribution = "alpine"}
16-
["libsndfile"] {os = "win32" & os-distribution = "cygwin" | os-family = "arch" | os = "freebsd" | os-distribution = "nixos" | os = "macos" & os-distribution = "homebrew"}
17-
["libsndfile-devel"] {os-family = "suse" | os-family = "opensuse" | os-distribution = "centos" | os-distribution = "fedora"}
16+
["libsndfile"] {os-family = "arch" | os = "freebsd" | os-distribution = "nixos" | os = "macos" & os-distribution = "homebrew"}
17+
["libsndfile-devel"] {os = "win32" & os-distribution = "cygwin" | os-family = "suse" | os-family = "opensuse" | os-distribution = "centos" | os-distribution = "fedora"}
1818
["mingw-w64-x86_64-libsndfile"] {os = "win32" & os-distribution = "msys2" & arch = "x86_64"}
1919
["mingw-w64-i686-libsndfile"] {os = "win32" & os-distribution = "msys2" & arch = "x86_32"}
2020
]

0 commit comments

Comments
 (0)