Skip to content

Commit

Permalink
Recognise mingw64 from msys2.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbhart committed Sep 14, 2014
1 parent b6f8d4d commit 82816d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ EOF
fi
rm -f ${dummy}.c $dummy
;;
*-pc-mingw64)
guess_rest="-w64-mingw64";;
esac


Expand Down

0 comments on commit 82816d9

Please sign in to comment.