Fix the linking order to make sure "wut_get_thread_specific" will be overriden

This commit is contained in:
Maschell 2023-07-19 12:58:27 +02:00
parent 69d38db46d
commit f8cbe4126a
1 changed files with 1 additions and 1 deletions

View File

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