Skip to content

Commit

Permalink
Remove zstd from libs
Browse files Browse the repository at this point in the history
  • Loading branch information
masagrator authored Jan 25, 2023
1 parent ba75154 commit 3539130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/nso.mk
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ CXXFLAGS := $(CFLAGS) -std=gnu++20 -fpermissive -fno-rtti -fomit-frame-pointer -
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=../switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map),--version-script=$(TOPDIR)/exported.txt -Wl,-init=__custom_init -Wl,-fini=__custom_fini -Wl,--export-dynamic -nodefaultlibs

LIBS := -lstdc++ -u malloc -lzstd
LIBS := -lstdc++ -u malloc

#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
Expand Down

0 comments on commit 3539130

Please sign in to comment.