From f9552863b916dd88d0284929448ab35473d23686 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 17 Mar 2016 15:32:59 +0100 Subject: BUILD: Fix static linking for OS X. Regression from 9ae52541ce27573b71e9eda9ca092d7472bae36d. --- ports.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ports.mk') diff --git a/ports.mk b/ports.mk index 64baf1b9f3..0eb94264de 100644 --- a/ports.mk +++ b/ports.mk @@ -224,7 +224,7 @@ 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 +OSX_STATIC_LIBS += -framework OpenGL endif endif -- cgit v1.2.3