From 743f6325cfef5d8acadeff6ddff5aaf18c4d24f1 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Fri, 5 May 2023 19:21:52 -0500 Subject: [PATCH] Fix building with lots of options turned on --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index fb7b222..5a22bff 100644 --- a/tools/Makefile +++ b/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