aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
authorJohannes Schickel2016-03-17 15:32:59 +0100
committerJohannes Schickel2016-03-17 15:33:25 +0100
commitf9552863b916dd88d0284929448ab35473d23686 (patch)
tree6b33c126418c4b79ad2d50ed85af30134d1f31fc /ports.mk
parent44cdee0715fd7f0e7db79d38401ed0959369a117 (diff)
downloadscummvm-rg350-f9552863b916dd88d0284929448ab35473d23686.tar.gz
scummvm-rg350-f9552863b916dd88d0284929448ab35473d23686.tar.bz2
scummvm-rg350-f9552863b916dd88d0284929448ab35473d23686.zip
BUILD: Fix static linking for OS X.
Regression from 9ae52541ce27573b71e9eda9ca092d7472bae36d.
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk2
1 files changed, 1 insertions, 1 deletions
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