fix build for OSX with OSX_STATIC=0 API=sdl

This commit is contained in:
Thomas BERNARD 2020-02-10 23:19:10 +01:00
parent c2a1eb0d26
commit b5fa4cfe65

View File

@ -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