mirror of
https://github.com/UberGames/ioef.git
synced 2024-11-27 22:42:09 +00:00
Don't use local SDL headers on Linux (need system sdl-config and SDL library anyway).
This commit is contained in:
parent
5abf7e3d84
commit
73a5f01baf
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -381,10 +381,6 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu"))
|
||||||
CLIENT_LIBS += -lrt
|
CLIENT_LIBS += -lrt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(USE_LOCAL_HEADERS),1)
|
|
||||||
CLIENT_CFLAGS += -I$(SDLHDIR)/include
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(USE_FREETYPE),1)
|
ifeq ($(USE_FREETYPE),1)
|
||||||
BASE_CFLAGS += $(FREETYPE_CFLAGS)
|
BASE_CFLAGS += $(FREETYPE_CFLAGS)
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue