File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
conf-mingw-w64-ncurses-i686/conf-mingw-w64-ncurses-i686.1
conf-mingw-w64-ncurses-x86_64/conf-mingw-w64-ncurses-x86_64.1 Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ bug-reports: "https://github.com/ocaml/opam-repository/issues"
55license: "MIT"
66flags: conf
77available: os = "win32"
8- build: ["pkgconf" "--personality=i686-w64-mingw32" "ncurses"]
8+ build: ["pkgconf" "--personality=i686-w64-mingw32"
9+ "ncurses" {os-distribution = "cygwin"}
10+ "ncursesw" {os-distribution = "msys2"}
11+ ]
912depends: [
1013 "conf-pkg-config" {build}
1114 "conf-mingw-w64-gcc-i686" {build}
Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ bug-reports: "https://github.com/ocaml/opam-repository/issues"
55license: "MIT"
66flags: conf
77available: os = "win32"
8- build: ["pkgconf" "--personality=x86_64-w64-mingw32" "ncurses"]
8+ build: ["pkgconf" "--personality=x86_64-w64-mingw32"
9+ "ncurses" {os-distribution = "cygwin"}
10+ "ncursesw" {os-distribution = "msys2"}
11+ ]
912depends: [
1013 "conf-pkg-config" {build}
1114 "conf-mingw-w64-gcc-x86_64" {build}
You can’t perform that action at this time.
0 commit comments