Skip to content

Commit

Permalink
Update Switch.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed May 26, 2024
1 parent f55ce91 commit d321229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile_cfgs/Platforms/Switch.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ NACPTOOL=$(DEVKITPRO)/tools/bin/nacptool
CFLAGS += -DARM -march=armv8-a+crc+crypto -mtune=cortex-a57 -mtp=soft -fPIC -ftls-model=local-exec \
-D__SWITCH__ -fPIE -Wl,--allow-multiple-definition -specs=$(DEVKITPRO)/libnx/switch.specs -mlittle-endian
LDFLAGS += -L$(LIBNX)/lib -L$(PORTLIBS)/lib
LIBS += -lnx -lnxd -lcurl -lglad -lEGL -lglapi -ldrm_nouveau -lm
LIBS += -lnx -lnxd -lcurl -lglad -lEGL -lglapi -ldrm_nouveau -lm -lGLESv1_CM -lGLESv2 -lGLU -lSDL2
INCLUDES += -I$(LIBNX)/include -I$(PORTLIBS)/include/GLFW -I$(PORTLIBS)/include -I$(PORTLIBS)/include/SDL2 -I$(PORTLIBS)/include/EGL -I$(PORTLIBS)/include/GLU -I$(PORTLIBS)/include/GLES -I$(PORTLIBS)/include/GLES2

ifdef NXLINK
Expand Down

0 comments on commit d321229

Please sign in to comment.