Skip to content

Commit

Permalink
wii: remove curl related flags for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Mar 16, 2024
1 parent bac5c87 commit 42c497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/Makefile.wii
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42c497d

Please sign in to comment.