Fix detection of win32 triple

This will hopefully fix the win32 nightlies.
This commit is contained in:
Brian Anderson 2014-09-19 09:06:23 -07:00
parent af3889f697
commit 12cb0bfcf4

2
configure vendored
View file

@ -306,7 +306,7 @@ case $CFG_OSTYPE in
# instead, msys defines $MSYSTEM which is MINGW32 on i686 and
# MINGW64 on x86_64.
CFG_CPUTYPE=i686
CFG_OSTYPE=pc-mingw32
CFG_OSTYPE=w64-mingw32
if [ "$MSYSTEM" = MINGW64 ]
then
CFG_CPUTYPE=x86_64