From 9de98c2bb0817494201f32faf6dba3624ed4bf4d Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Sun, 30 Apr 2023 19:36:06 -0500 Subject: [PATCH] Ensure the library is linked to the tools --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index 74e1fad..d5d8807 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -6,6 +6,7 @@ DEBUG?=-g3 HEADERS=$(wildcard include/*.h) CFLAGS+=-I../include +LDLIBS+=-ln2n ifeq ($(CONFIG_TARGET),mingw) CFLAGS+=-I../win32 LDLIBS+=-lnetapi32