Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Craftyawesome committed Jun 1, 2024
1 parent ff8be59 commit 1f92afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ REQUIRED_LIBS = glu libcurl sdl2 SDL2_mixer zlib libpng glapi SDL2_gfx egl
CFLAGS += $(shell $(PKGCONFIG) --cflags $(REQUIRED_LIBS))
LIBS += $(shell $(PKGCONFIG) --libs $(REQUIRED_LIBS))
INCLUDES += -I$(LIBNX)/include -I$(PORTLIBS)/include -I$(PORTLIBS)/include/SDL2 -I$(PORTLIBS)/include/GLAD -I$(PORTLIBS)/include/GLFW -I$(PORTLIBS)/include/GL
LDFLAGS += -lnx -lnxd
LDFLAGS += -lnx -lnxd -lSDL2

ifeq ($(STATIC),1)
CFLAGS += -static
Expand Down

0 comments on commit 1f92afa

Please sign in to comment.