Skip to content

Commit

Permalink
win32: add new mingw prefix
Browse files Browse the repository at this point in the history
This prefix is used on at least Ubuntu 12.04 when installing the
mingw-w64 package.

Signed-off-by: Paulo Alcantara <[email protected]>
Reported-by: Gert Hulselmans <[email protected]>
  • Loading branch information
Paulo Alcantara committed Jan 26, 2012
1 parent c0c25b4 commit b3bb976
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion win32/find-mingw32.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ for prefix in \
i386-mingw32msvc- \
i486-mingw32msvc- \
i586-mingw32msvc- \
i686-mingw32msvc-; do
i686-mingw32msvc- \
i686-w64-mingw32-; do
if "${prefix}${cc}" -v > /dev/null 2>&1; then
echo "$prefix"
exit 0
Expand Down

0 comments on commit b3bb976

Please sign in to comment.