this repo has no description
0
fork

Configure Feed

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

conf-cairo: update the test for Windows

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