# HG changeset patch # User Matti Hamalainen # Date 1575506028 -7200 # Node ID 76653f979a62587fbb20bd60bc820d334843b54c # Parent ad647427303ae3ff2b65acf4b968a06b5ec81637 Build fixes. diff -r ad647427303a -r 76653f979a62 Makefile.cross-mingw --- 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