Skip to content

Commit a8a262a

Browse files
committed
fixed makefile
1 parent 0ae7e5a commit a8a262a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -std=gnu++17 -Wall -Werror
6363
ASFLAGS := -g $(ARCH)
6464
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
6565

66-
LIBS := -lcurl -lz -lssh2 -lusbhsfs -lmbedtls -lmbedcrypto -lmbedx509 -lminizip -lnx -lstdc++fs -lzzip -lpu -lfreetype -lSDL2_mixer -lopusfile -lopus -lmodplug -lmpg123 -lvorbisidec -lSDL2 -lc -logg -lSDL2_ttf -lSDL2_gfx -lSDL2_image -lwebp -lpng -ljpeg `sdl2-config --libs` `freetype-config --libs` -lzstd
66+
LIBS := -lcurl -lz -lusbhsfs -lmbedtls -lmbedcrypto -lmbedx509 -lminizip -lnx -lstdc++fs -lzzip -lpu -lfreetype -lSDL2_mixer -lopusfile -lopus -lmodplug -lmpg123 -lvorbisidec -lSDL2 -lc -logg -lSDL2_ttf -lSDL2_gfx -lSDL2_image -lwebp -lpng -ljpeg `sdl2-config --libs` `freetype-config --libs` -lzstd
6767

6868
#---------------------------------------------------------------------------------
6969
# list of directories containing libraries, this must be the top level containing
@@ -167,7 +167,7 @@ all: $(BUILD)
167167
$(BUILD):
168168
@[ -d $@ ] || mkdir -p $@
169169
#comment this out if you are hacking on the code or compilation will take forever
170-
#$(MAKE) --no-print-directory -C include/Plutonium -f Makefile lib
170+
$(MAKE) --no-print-directory -C include/Plutonium -f Makefile lib
171171
@$(MAKE) --no-print-directory -C $(BUILD) -f $(CURDIR)/Makefile
172172

173173
#---------------------------------------------------------------------------------

0 commit comments

Comments
 (0)