[Scummvm-cvs-logs] scummvm master -> f9552863b916dd88d0284929448ab35473d23686
lordhoto
lordhoto at gmail.com
Thu Mar 17 15:33:45 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
f9552863b9 BUILD: Fix static linking for OS X.
Commit: f9552863b916dd88d0284929448ab35473d23686
https://github.com/scummvm/scummvm/commit/f9552863b916dd88d0284929448ab35473d23686
Author: Johannes Schickel (lordhoto at scummvm.org)
Date: 2016-03-17T15:33:25+01:00
Commit Message:
BUILD: Fix static linking for OS X.
Regression from 9ae52541ce27573b71e9eda9ca092d7472bae36d.
Changed paths:
ports.mk
diff --git a/ports.mk b/ports.mk
index 64baf1b..0eb9426 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
More information about the Scummvm-git-logs
mailing list