Drop -m32 definition on MINGW; prevents a 64-bit build from occurring.

master
Nathanael Jones 2014-10-17 12:47:04 -04:00
parent 37f5925f68
commit 07c3fde37e
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ else (USE_EXT_GD)
ADD_DEFINITIONS("/D_CRT_SECURE_NO_DEPRECATE")
endif(NOT MINGW AND MSVC_VERSION GREATER 1399)
if (MINGW OR MSYS)
ADD_DEFINITIONS("-mms-bitfields -m32")
ADD_DEFINITIONS("-mms-bitfields") # -m32
endif (MINGW OR MSYS)
else (WIN32)
SET(GD_LIB gd)