From 1c5d3904d9ab11a39e020706e2ade91ccb17a0fd Mon Sep 17 00:00:00 2001 From: vgmoose Date: Sat, 16 Mar 2024 20:22:34 -0400 Subject: [PATCH] wii: makefile: add curl, remove network mock --- helpers/Makefile.wii | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/Makefile.wii b/helpers/Makefile.wii index 71ff118..3e87d38 100644 --- a/helpers/Makefile.wii +++ b/helpers/Makefile.wii @@ -4,7 +4,7 @@ include $(DEVKITPPC)/wii_rules CFLAGS += -g -O2 -Wall $(MACHDEP) -DUSE_RAMFS -DUSE_FILE32API -DWII LDFLAGS += -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -LIBS += -lmodplug -lopusfile -lopus -lmpg123 -lvorbisidec -logg -lfat -lwiiuse -lbte -laesnd -logc -lwiikeyboard -lharfbuzz -lfreetype -DNETWORK_MOCK +LIBS += -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -lwiisocket -lmodplug -lopusfile -lopus -lmpg123 -lvorbisidec -logg -lfat -lwiiuse -lbte -laesnd -logc -lwiikeyboard -lharfbuzz -lfreetype BUILD := build_wii LIBDIRS := $(DEVKITPRO)/portlibs/wii $(DEVKITPRO)/portlibs/ppc