Skip to content

Commit e88dced

Browse files
authored
Merge pull request ocaml#27913 from punchagan/add-mingw-shims-dep
conf-libcurl: Add mingw-w64-shims as a dependency
2 parents 27f5ac6 + de1dd03 commit e88dced

File tree

1 file changed

+1
-0
lines changed
  • packages/conf-libcurl/conf-libcurl.2

1 file changed

+1
-0
lines changed

packages/conf-libcurl/conf-libcurl.2/opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ depexts: [
2424
["curl"] {os = "freebsd"}
2525
]
2626
depends: [
27+
"mingw-w64-shims" {os-distribution = "cygwin" & build}
2728
("host-arch-x86_32" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-curl-i686" {os = "win32" & os-distribution != "cygwinports"} |
2829
"host-arch-x86_64" {os = "win32" & os-distribution != "cygwinports"} & "conf-mingw-w64-curl-x86_64" {os = "win32" & os-distribution != "cygwinports"})
2930
]

0 commit comments

Comments
 (0)