this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update packages/conf-mingw-w64-gmp-x86_64/conf-mingw-w64-gmp-x86_64.1/opam

Co-authored-by: David Allsopp <david.allsopp@metastack.com>

authored by

hhugo
David Allsopp
and committed by
GitHub
8a61d654 796c0cc8

+1 -1
+1 -1
packages/conf-mingw-w64-gmp-x86_64/conf-mingw-w64-gmp-x86_64.1/opam
··· 11 11 build: ["pkgconf" "--personality=x86_64-w64-mingw32" {os-distribution = "cygwin"} "gmp"] 12 12 depends: [ 13 13 "msys2" {build & os = "win32" & os-distribution = "msys2"} 14 - "msys2-mingw32" {os = "win32" & os-distribution = "msys2"} 14 + "msys2-mingw64" {os = "win32" & os-distribution = "msys2"} 15 15 "conf-pkg-config" {build} 16 16 "conf-mingw-w64-gcc-x86_64" {build} 17 17 ]