From 42c497d7140183037d98e4b6226786f4925073cf Mon Sep 17 00:00:00 2001 From: vgmoose Date: Sat, 16 Mar 2024 00:36:05 -0400 Subject: [PATCH] wii: remove curl related flags for now --- helpers/Makefile.wii | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/Makefile.wii b/helpers/Makefile.wii index a7040e2..71ff118 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 += -lcurl -lmbedtls -lmbedx509 -lmbedcrypto -lwiisocket -lmodplug -lopusfile -lopus -lmpg123 -lvorbisidec -logg -lfat -lwiiuse -lbte -laesnd -logc -lwiikeyboard -lharfbuzz -lfreetype -DNETWORK_MOCK +LIBS += -lmodplug -lopusfile -lopus -lmpg123 -lvorbisidec -logg -lfat -lwiiuse -lbte -laesnd -logc -lwiikeyboard -lharfbuzz -lfreetype -DNETWORK_MOCK BUILD := build_wii LIBDIRS := $(DEVKITPRO)/portlibs/wii $(DEVKITPRO)/portlibs/ppc