changeset 491:76653f979a62

Build fixes.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Dec 2019 02:33:48 +0200
parents ad647427303a
children 185a6ea03fea
files Makefile.cross-mingw
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.cross-mingw	Thu Dec 05 02:24:44 2019 +0200
+++ b/Makefile.cross-mingw	Thu Dec 05 02:33:48 2019 +0200
@@ -30,7 +30,8 @@
 
 # Compiler flags and linker flags
 CFLAGS += -I$(MINGW_LOCAL_PATH)/include/ \
-	 -DHAVE_STRING_H \
+	-D_NO_BOOL_TYPEDEF \
+	-DHAVE_STRING_H \
 	-DTH_BYTEORDER=TH_LITTLE_ENDIAN \
 	-mconsole