We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27f5ac6 + de1dd03 commit e88dcedCopy full SHA for e88dced
packages/conf-libcurl/conf-libcurl.2/opam
@@ -24,6 +24,7 @@ depexts: [
24
["curl"] {os = "freebsd"}
25
]
26
depends: [
27
+ "mingw-w64-shims" {os-distribution = "cygwin" & build}
28
("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-curl-i686" {os = "win32" & os-distribution != "cygwinports"} |
29
"host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-curl-x86_64" {os = "win32" & os-distribution != "cygwinports"})
30
0 commit comments