aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2007-12-16 21:35:15 +0000
committerMax Horn2007-12-16 21:35:15 +0000
commit73398deb6c53041d97e169592011c203caff9282 (patch)
treec0d12c07c1484506de07bf121d05f7d9e5f567b4
parent4d895c4a14ce424d9d7986bb726a914800bb365e (diff)
downloadscummvm-rg350-73398deb6c53041d97e169592011c203caff9282.tar.gz
scummvm-rg350-73398deb6c53041d97e169592011c203caff9282.tar.bz2
scummvm-rg350-73398deb6c53041d97e169592011c203caff9282.zip
Small change to ports.mk to make cross compiling a bit easier
svn-id: r29888
-rw-r--r--ports.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports.mk b/ports.mk
index 5d47bc84fd..dd00a660d7 100644
--- a/ports.mk
+++ b/ports.mk
@@ -70,7 +70,7 @@ ifeq ($(BACKEND), iphone)
OSXOPT=/usr/local/arm-apple-darwin
else
# Static libaries, used for the scummvm-static and iphone targets
-OSX_STATIC_LIBS := `sdl-config --static-libs`
+OSX_STATIC_LIBS := `$(OSXOPT)/bin/sdl-config --static-libs`
endif
ifdef USE_VORBIS
@@ -105,6 +105,7 @@ scummvm-static: $(OBJS)
$(OSX_STATIC_LIBS) \
-lSystemStubs \
-lz
+# $(OSXOPT)/lib/libz.a
# Special target to create a static linked binary for the iPhone
iphone: $(OBJS)