Skip to content

Commit

Permalink
Fix detection of win32 triple
Browse files Browse the repository at this point in the history
This will hopefully fix the win32 nightlies.
  • Loading branch information
brson committed Sep 19, 2014
1 parent af3889f commit 12cb0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12cb0bf

Please sign in to comment.