From cc4ab22239bd89cc0fc5a8e18e15de885e0cfe49 Mon Sep 17 00:00:00 2001 From: Vincent Bénony Date: Mon, 7 Dec 2015 16:08:30 +0100 Subject: IOS: Fixes a small issue while compiling iOS 7 bundle --- ports.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ports.mk') diff --git a/ports.mk b/ports.mk index 3588cfa77a..1c0a53850b 100644 --- a/ports.mk +++ b/ports.mk @@ -197,9 +197,11 @@ endif # Location of static libs for the iPhone ifneq ($(BACKEND), iphone) +ifneq ($(BACKEND), ios7) # Static libaries, used for the scummvm-static and iphone targets OSX_STATIC_LIBS := `$(STATICLIBPATH)/bin/sdl-config --static-libs` endif +endif ifdef USE_FREETYPE2 OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfreetype.a $(STATICLIBPATH)/lib/libbz2.a -- cgit v1.2.3