Skip to content
Snippets Groups Projects
Commit 094fd880 authored by PoloNX's avatar PoloNX
Browse files

update makefile

parent e1e8d47d
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,5 @@
/PayloadReboot.elf
/PayloadReboot.lst
/PayloadReboot.nacp
/PayloadReboot.nro
\ No newline at end of file
/PayloadReboot.nro
/.vscode
\ No newline at end of file
......@@ -36,7 +36,7 @@ CXXFLAGS := $(CFLAGS) -fexceptions -fno-rtti -fno-exceptions -std=gnu++17 -Wno-r
ASFLAGS := -g $(ARCH)
LDFLAGS = -specs=$(DEVKITPRO)/libnx/switch.specs -g $(ARCH) -Wl,-Map,$(notdir $*.map)
LIBS := -lminizip -lstdc++fs -lz -lfreetype -lSDL2_ttf -lSDL2_gfx -lSDL2_image -lSDL2 -lEGL -lGLESv2 -lglapi -ldrm_nouveau -lwebp -lpng -ljpeg `sdl2-config --libs` `freetype-config --libs` -lnx `curl-config --libs`
LIBS := -lminizip -lstdc++fs -lz -lfreetype -lSDL2_ttf -lSDL2_gfx -lSDL2_image -lSDL2 -lEGL -lGLESv2 -lglapi -ldrm_nouveau -lwebp -lpng -ljpeg `sdl2-config --libs` `freetype-config --libs` -lnx`
#---------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level containing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment