File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ CXXFLAGS := $(CFLAGS) -fno-rtti -std=gnu++17 -Wall -Werror
6363ASFLAGS := -g $(ARCH )
6464LDFLAGS = -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# ---------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments