From 12842050126be398feef6b0f20bb6815b6ae71ee Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Tue, 3 Apr 2018 20:11:53 -0500 Subject: [PATCH] Remove duplicate setting of FREETYPE_CFLAGS in Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 91ce9310..02226bc7 100644 --- a/Makefile +++ b/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