this repo has no description

conf-cairo: update the test for Windows

Changed files
+2 -1
packages
conf-cairo
conf-cairo.1
+2 -1
packages/conf-cairo/conf-cairo.1/opam
···
authors: ["Keith Packard" "Carl Worth" "Behdad Esfahbod"]
license: ["LGPL-2.1-only" "MPL-1.1"]
build: [
-
["pkg-config" "cairo"] {os != "macos"}
+
["pkg-config" "cairo"] {os != "macos" & os != "win32"}
+
["pkgconf" "--cflags" "cairo"] {os = "win32" & os-distribution != "msys2"}
["sh" "-exc"
"export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/; pkg-config --libs cairo"]
{os = "macos" & os-distribution = "homebrew"}