]> Pileus Git - ~andy/aweather-pkg/blob - win/mingw32-pkg-config
94a922efb5acf29266478a5b8f26d6c6b94f9c1e
[~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 "$@"