Fix building with lots of options turned on

This commit is contained in:
Hamish Coleman
2023-05-06 08:48:04 +08:00
parent f3a2344353
commit 743f6325cf
+1
View File
@@ -11,6 +11,7 @@ DEBUG?=-g3
HEADERS=$(wildcard include/*.h)
CFLAGS+=-I../include
LDLIBS+=-ln2n
LDLIBS+=$(LDLIBS_EXTRA)
ifeq ($(CONFIG_TARGET),mingw)
CFLAGS+=-I../win32