Added support for 64-bit MINGW (#131)

This commit is contained in:
Alexander Ushakov 2018-04-30 17:46:32 +04:00 committed by Richard Aas
parent 502ca455df
commit 1eb7ae4b69

View file

@ -205,7 +205,7 @@ endif
ifneq ($(strip $(filter i386-mingw32 i486-mingw32 i586-mingw32msvc \
i686-w64-mingw32 mingw32, \
i686-w64-mingw32 x86_64-w64-mingw32 mingw32, \
$(MACHINE))),)
OS := win32
ifeq ($(MACHINE), mingw32)