auto merge of #17393 : brson/rust/win32trip, r=alexcrichton

This will hopefully fix the win32 nightlies.
This commit is contained in:
bors 2014-09-19 17:15:47 +00:00
commit 3b6e880fff
1 changed files with 1 additions and 1 deletions

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