]> Pileus Git - ~andy/aweather-pkg/blobdiff - win/mingw32-pkg-config
Update for gentoo and Gtk 3
[~andy/aweather-pkg] / win / mingw32-pkg-config
diff --git a/win/mingw32-pkg-config b/win/mingw32-pkg-config
new file mode 100755 (executable)
index 0000000..94a922e
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+export PKG_CONFIG_LIBDIR=/usr/mingw32/lib/pkgconfig
+export PKG_CONFIG_PATH="${PKG_CONFIG_PATH//\/usr*/}"
+export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/mingw32/lib/pkgconfig"
+pkg-config "$@"