diff Makefile @ 713:93d0e1547842

th-libs now uses stdbool.h if possible, so we need to rename all BOOL/TRUE/FALSE to bool/true/false.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Dec 2022 13:20:25 +0200
parents 3a3e4fc53ac7
children
line wrap: on
line diff
--- a/Makefile	Wed Dec 07 13:19:25 2022 +0200
+++ b/Makefile	Wed Dec 07 13:20:25 2022 +0200
@@ -11,6 +11,7 @@
 CFLAGS += -DUSE_XDG=1
 
 CFLAGS += -DHAVE_STRING_H
+CFLAGS += -DHAVE_STDBOOL_H
 CFLAGS += -DHAVE_INTTYPES_H
 #CFLAGS += -DHAVE_SYS_TYPES_H