From c4a4c96db4971d34970c8cae8bd1ac3942ced9b9 Mon Sep 17 00:00:00 2001 From: Oystein Eftevaag Date: Sun, 2 Dec 2007 11:11:28 +0000 Subject: [PATCH] Minor comment clarification svn-id: r29698 --- ports.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports.mk b/ports.mk index ce97a184ecb..5d47bc84fd3 100644 --- a/ports.mk +++ b/ports.mk @@ -69,7 +69,7 @@ OSXOPT=/sw ifeq ($(BACKEND), iphone) OSXOPT=/usr/local/arm-apple-darwin else -# Static libaries, used for the scummvm-static target +# Static libaries, used for the scummvm-static and iphone targets OSX_STATIC_LIBS := `sdl-config --static-libs` endif