Browse Source

Fix building with lots of options turned on

pull/1089/head
Hamish Coleman 1 year ago
parent
commit
743f6325cf
  1. 1
      tools/Makefile

1
tools/Makefile

@ -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

Loading…
Cancel
Save