diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh index 7effd568a..3fe24ead8 100755 --- a/autogen.sh +++ b/autogen.sh @@ -311,6 +311,7 @@ if [ "$myhost" = "w32" ]; then $tsdir/configure --enable-maintainer-mode ${SILENT} \ --prefix=${w32root} \ --host=${host} --build=${build} SYSROOT=${w32root} \ + PKG_CONFIG_LIBDIR=${w32root} \ ${configure_opts} ${extraoptions} "$@" rc=$? exit $rc |