Skip to content

Commit

Permalink
update flags for last libarchive version
Browse files Browse the repository at this point in the history
  • Loading branch information
PoloNX committed Nov 25, 2023
1 parent 705feaf commit 894ce23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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


#---------------------------------------------------------------------------------
Expand Down

0 comments on commit 894ce23

Please sign in to comment.