[issue3393] `cd Mac && make installmacsubtree` fails on Mac OS X < 10.5 because of r63955

Trent Mick report at bugs.python.org
Thu Jul 17 19:11:38 CEST 2008


Trent Mick <trentm at gmail.com> added the comment:

Similar change in Mac/IDLE/Makefile.in:

-----------------------------
--- python/trunk/Mac/IDLE/Makefile.in	(original)
+++ python/trunk/Mac/IDLE/Makefile.in	Thu Jun  5 14:58:24 2008
@@ -42,7 +42,7 @@
 		$(srcdir)/../Icons/PythonSource.icns \
 		$(srcdir)/../Icons/PythonCompiled.icns Info.plist
 	rm -fr IDLE.app
-	$(RUNSHARED) $(BUILDPYTHON) $(BUNDLEBULDER) \
+	$(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON) $(BUNDLEBULDER) \
 		--builddir=. \
 		--name=IDLE \
 		--link-exec \
-----------------------------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3393>
_______________________________________


More information about the Python-bugs-list mailing list