Fix TLang.h maybe

This commit is contained in:
Mike Nolan 2023-05-10 08:02:05 -05:00
parent 9fe16f916a
commit 1072dfb0d7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# any extra libraries we wish to link with the project # any extra libraries we wish to link with the project
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
LIBS := -ljansson -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -lwiisocket -lfat -lwiiuse -lbte -logc -lm LIBS := -ljansson -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -lwiisocket -lz -lfat -lwiiuse -lbte -logc -lm
#--------------------------------------------------------------------------------- #---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing # list of directories containing libraries, this must be the top level containing