aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports.mk b/ports.mk
index ce97a184ec..5d47bc84fd 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