Minor comment clarification

svn-id: r29698
This commit is contained in:
Oystein Eftevaag 2007-12-02 11:11:28 +00:00
parent 82e2748650
commit c4a4c96db4

View file

@ -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