[Scummvm-cvs-logs] SF.net SVN: scummvm:[46088] buildbot/config/master.cfg
vinterstum at users.sourceforge.net
vinterstum at users.sourceforge.net
Sun Nov 22 16:57:26 CET 2009
Revision: 46088
http://scummvm.svn.sourceforge.net/scummvm/?rev=46088&view=rev
Author: vinterstum
Date: 2009-11-22 15:57:25 +0000 (Sun, 22 Nov 2009)
Log Message:
-----------
Added an environment variable to the buildbot settings for the iPhone build, necessary for codesigning
Modified Paths:
--------------
buildbot/config/master.cfg
Modified: buildbot/config/master.cfg
===================================================================
--- buildbot/config/master.cfg 2009-11-22 15:22:23 UTC (rev 46087)
+++ buildbot/config/master.cfg 2009-11-22 15:57:25 UTC (rev 46088)
@@ -216,6 +216,7 @@
scumm_env_iphone["CXXFLAGS"] = "-isystem %s/include" % scumm_libdir_iphone
scumm_env_iphone["LDFLAGS"] = "-F%s/SDK/System/Library/PrivateFrameworks -bind_at_load -L%s/lib" % (scumm_root_iphone, scumm_libdir_iphone)
scumm_env_iphone["LIBDIR"] = scumm_libdir_iphone
+scumm_env_iphone["CODESIGN_ALLOCATE"] = "/opt/toolchains/arm-apple-darwin9-llvm-gcc-4.2/bin/arm-apple-darwin9-codesign_allocate"
p = {
"configureargs": [
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