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