]> Pileus Git - ~andy/aweather-pkg/blob - win/mingw32-pkg-config
Misc mac updates
[~andy/aweather-pkg] / win / mingw32-pkg-config
1 #!/bin/bash
2
3 export PKG_CONFIG_LIBDIR=/usr/mingw32/lib/pkgconfig
4 export PKG_CONFIG_PATH="${PKG_CONFIG_PATH//\/usr*/}"
5 export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/mingw32/lib/pkgconfig"
6 pkg-config "$@"