mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Last bit of a fix for issue3381 (addon for my patch in r65061)
This commit is contained in:
parent
ecb8c7991d
commit
0bd10fd5cc
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ IDLE.app: \
|
|||
$(srcdir)/../Icons/PythonSource.icns \
|
||||
$(srcdir)/../Icons/PythonCompiled.icns Info.plist
|
||||
rm -fr IDLE.app
|
||||
$(RUNSHARED) arch -ppc -i386 $(BUILDPYTHON) $(BUNDLEBULDER) \
|
||||
$(RUNSHARED) @ARCH_RUN_32BIT@ $(BUILDPYTHON) $(BUNDLEBULDER) \
|
||||
--builddir=. \
|
||||
--name=IDLE \
|
||||
--link-exec \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue