mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 06:31:47 +00:00
Remove duplicate setting of FREETYPE_CFLAGS in Makefile
This commit is contained in:
parent
484149573b
commit
1284205012
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
@ -291,7 +291,6 @@ ifneq ($(call bin_path, pkg-config),)
|
|||
OPENAL_LIBS ?= $(shell pkg-config --silence-errors --libs openal)
|
||||
SDL_CFLAGS ?= $(shell pkg-config --silence-errors --cflags sdl2|sed 's/-Dmain=SDL_main//')
|
||||
SDL_LIBS ?= $(shell pkg-config --silence-errors --libs sdl2)
|
||||
FREETYPE_CFLAGS ?= $(shell pkg-config --silence-errors --cflags freetype2)
|
||||
else
|
||||
# assume they're in the system default paths (no -I or -L needed)
|
||||
CURL_LIBS ?= -lcurl
|
||||
|
|
Loading…
Reference in a new issue