From 1abb6e62f490844b3b296a7a4a039f2d6d92bb3b Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Mon, 27 Apr 2020 23:36:02 +0300 Subject: [PATCH] Bye pkg-config --- Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Makefile b/Makefile index 1b5daac..722718c 100644 --- a/Makefile +++ b/Makefile @@ -127,13 +127,8 @@ LDFLAGS += -lc -lm -ldl endif ifeq ($(SDL_AUDIO_DRIVER),portaudio) -ifeq (,$(PKG_CONFIG)) SDL_CFLAGS += -I/usr/local/include SDL_LDFLAGS += -lportaudio -else -SDL_CFLAGS += $(shell $(PKG_CONFIG) --cflags libportaudio19) -SDL_LDFLAGS += $(shell $(PKG_CONFIG) --libs libportaudio19) -endif endif ifeq ($(PLATFORM),Darwin)