diff options
-rw-r--r-- | ports.mk | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -223,6 +223,8 @@ ifneq ($(BACKEND), iphone) ifneq ($(BACKEND), ios7) # Static libaries, used for the scummvm-static and iphone targets OSX_STATIC_LIBS := `$(SDLCONFIG) --static-libs` +# With sdl2-config we don't always get the OpenGL framework +OSX_STATIC_LIBS := -framework OpenGL endif endif |