Fix compilation with the Makefile
This commit is contained in:
parent
cccef2b089
commit
8dd1b05790
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -75,10 +75,10 @@ ifeq ($(WARNINGS_FATAL), 1)
|
|||
endif
|
||||
|
||||
ALL_CFLAGS += -std=c99 -MMD -MP -MF $@.d
|
||||
CSE2_CFLAGS += $(shell $(PKGCONFIG) sdl2 --cflags) $(shell $(PKGCONFIG) freetype2 --cflags)
|
||||
CSE2_CFLAGS += $(shell $(PKGCONFIG) sdl2 --cflags) $(shell $(PKGCONFIG) freetype2 --cflags) -Iexternal
|
||||
|
||||
ALL_CXXFLAGS += -std=c++98 -MMD -MP -MF $@.d
|
||||
CSE2_CXXFLAGS += $(shell $(PKGCONFIG) sdl2 --cflags) $(shell $(PKGCONFIG) freetype2 --cflags)
|
||||
CSE2_CXXFLAGS += $(shell $(PKGCONFIG) sdl2 --cflags) $(shell $(PKGCONFIG) freetype2 --cflags) -Iexternal
|
||||
|
||||
ifeq ($(STATIC), 1)
|
||||
ALL_LDFLAGS += -static
|
||||
|
|
Loading…
Add table
Reference in a new issue