diff --git a/Makefile b/Makefile index c6e6ee3..59aa3e0 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ CXXFLAGS := $(CFLAGS) -std=gnu++20 -fexceptions -Wno-reorder ASFLAGS := -g $(ARCH) LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map) -LIBS := -lm -lcurl -lnx -lz -lstdc++fs -lmbedx509 -lmbedcrypto -lminizip -larchive -lbz2 -llzma -llz4 +LIBS := -lm -lcurl -lnx -lz -lstdc++fs -lmbedx509 -lmbedcrypto -lminizip -larchive -lbz2 -llzma -lzstd -llz4 #---------------------------------------------------------------------------------