Avoid linking against libwups

This commit is contained in:
Maschell 2023-11-27 17:46:31 +01:00
parent d1f701abab
commit b991d6e329

View File

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