w32: Set SYSROOT to help finding config scripts.

* autogen.sh <build-w32>: Set SYSROOT.
This commit is contained in:
Werner Koch 2014-10-17 15:55:08 +02:00
parent 8fd150b05b
commit a13705f4c1
1 changed files with 1 additions and 1 deletions

View File

@ -310,7 +310,7 @@ if [ "$myhost" = "w32" ]; then
$tsdir/configure --enable-maintainer-mode ${SILENT} \
--prefix=${w32root} \
--host=${host} --build=${build} \
--host=${host} --build=${build} SYSROOT=${w32root} \
${configure_opts} ${extraoptions} "$@"
rc=$?
exit $rc