From f8cbe4126a45df46ef8375b47d719846c1a7d43d Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 19 Jul 2023 12:58:27 +0200 Subject: [PATCH] Fix the linking order to make sure "wut_get_thread_specific" will be overriden --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c78d13..4aa59d7 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ CXXFLAGS += -DDEBUG -DVERBOSE_DEBUG -g CFLAGS += -DDEBUG -DVERBOSE_DEBUG -g endif -LIBS := -lwut -lwups -lmappedmemory +LIBS := -lwups -lwut -lmappedmemory #------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level