From b5fa4cfe6595bc27b0c990d0d42a807e9731fc18 Mon Sep 17 00:00:00 2001 From: Thomas BERNARD Date: Mon, 10 Feb 2020 23:19:10 +0100 Subject: [PATCH] fix build for OSX with OSX_STATIC=0 API=sdl --- src/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile b/src/Makefile index 7c7774f9..8a3ca5d6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -245,6 +245,7 @@ ifneq ($(SDLCONFIG), ) TTFLOPT += $(shell $(PKG_CONFIG) --variable=libdir SDL_ttf)/libSDL_ttf.a else SDLLOPT = $(shell $(SDLCONFIG) --libs) $(shell $(PKG_CONFIG) --libs SDL_image) + TTFLOPT = $(shell $(PKG_CONFIG) --libs SDL_ttf) endif else # these are for use with Mac OS X native frameworks