[Scummvm-cvs-logs] SF.net SVN: scummvm: [29888] scummvm/trunk/ports.mk
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Sun Dec 16 22:35:15 CET 2007
Revision: 29888
http://scummvm.svn.sourceforge.net/scummvm/?rev=29888&view=rev
Author: fingolfin
Date: 2007-12-16 13:35:15 -0800 (Sun, 16 Dec 2007)
Log Message:
-----------
Small change to ports.mk to make cross compiling a bit easier
Modified Paths:
--------------
scummvm/trunk/ports.mk
Modified: scummvm/trunk/ports.mk
===================================================================
--- scummvm/trunk/ports.mk 2007-12-16 20:37:14 UTC (rev 29887)
+++ scummvm/trunk/ports.mk 2007-12-16 21:35:15 UTC (rev 29888)
@@ -70,7 +70,7 @@
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 @@
$(OSX_STATIC_LIBS) \
-lSystemStubs \
-lz
+# $(OSXOPT)/lib/libz.a
# Special target to create a static linked binary for the iPhone
iphone: $(OBJS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list