From 1072dfb0d77a372becb6d65997ffaf49fc421812 Mon Sep 17 00:00:00 2001 From: Michael Nolan Date: Wed, 10 May 2023 08:02:05 -0500 Subject: [PATCH] Fix TLang.h maybe --- libtlang/Makefile.wii | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtlang/Makefile.wii b/libtlang/Makefile.wii index 9e7faf8..d04f611 100644 --- a/libtlang/Makefile.wii +++ b/libtlang/Makefile.wii @@ -33,7 +33,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map #--------------------------------------------------------------------------------- # 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