From b991d6e329fc4dd804642e005a0917c142ed2e1f Mon Sep 17 00:00:00 2001 From: Maschell Date: Mon, 27 Nov 2023 17:46:31 +0100 Subject: [PATCH] Avoid linking against libwups --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8e83609..88d16a0 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ CXXFLAGS += -DDEBUG -DVERBOSE_DEBUG -g CFLAGS += -DDEBUG -DVERBOSE_DEBUG -g endif -LIBS := -lwums -lwut -lwups -lfunctionpatcher -lmappedmemory -lz -lnotifications +LIBS := -lwums -lwut -lfunctionpatcher -lmappedmemory -lz -lnotifications #------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level