[CalendarServer-changes] [3624] CalendarServer/trunk/support/submit
source_changes at macosforge.org
source_changes at macosforge.org
Thu Jan 29 10:10:05 PST 2009
Revision: 3624
http://trac.macosforge.org/projects/calendarserver/changeset/3624
Author: sagen at apple.com
Date: 2009-01-29 10:10:04 -0800 (Thu, 29 Jan 2009)
Log Message:
-----------
Base the build architecture list on the python library instead of /usr/lib/libSystem.dylib
Modified Paths:
--------------
CalendarServer/trunk/support/submit
Modified: CalendarServer/trunk/support/submit
===================================================================
--- CalendarServer/trunk/support/submit 2009-01-29 17:48:41 UTC (rev 3623)
+++ CalendarServer/trunk/support/submit 2009-01-29 18:10:04 UTC (rev 3624)
@@ -172,7 +172,7 @@
fi;
sudo ~rc/bin/buildit "${wc}" CALENDARSERVER_CACHE_DEPS="${CALENDARSERVER_CACHE_DEPS-${wd}/.dependencies}" \
- $(file /usr/lib/libSystem.dylib | sed -n -e 's|^.*(for architecture \([^)][^)]*\).*$|-arch \1|p' | sed 's|ppc7400|ppc|') \
+ $(file /System/Library/Frameworks/Python.framework/Versions/Current/Python | sed -n -e 's|^.*(for architecture \([^)][^)]*\).*$|-arch \1|p' | sed 's|ppc7400|ppc|') \
-release SnowLeopard \
${merge_flags};
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/calendarserver-changes/attachments/20090129/c8d38a3b/attachment-0001.html>
More information about the calendarserver-changes
mailing list