We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ee70f commit 5507123Copy full SHA for 5507123
Makefile
@@ -12,7 +12,7 @@ INSTALL_MAN ?= $(INSTALL) -m 444
12
INSTALL_DATA ?= $(INSTALL) -m 444
13
14
15
-SDL_CONFIG ?= sdl-config
+SDL_CONFIG ?= sdl2-config
16
CFLAGS_SDL ?= $(shell $(SDL_CONFIG) --cflags)
17
LDFLAGS_SDL ?= $(shell $(SDL_CONFIG) --libs)
18
@@ -40,7 +40,7 @@ CCFLAGS += -Wsequence-point
40
CXXFLAGS += $(CFLAGS)
41
42
LDFLAGS += $(LDFLAGS_SDL)
43
-LDFLAGS += -lSDL_mixer
+LDFLAGS += -lSDL2_mixer
44
ifneq (,$(findstring MINGW,$(shell uname -s)))
45
LDFLAGS += -static-libgcc
46
endif
0 commit comments