mirror of
https://github.com/python/cpython.git
synced 2025-09-25 09:50:37 +00:00
Fix building of Idle applet.
This commit is contained in:
parent
af1d4225b8
commit
ec43f64092
1 changed files with 1 additions and 5 deletions
|
@ -142,12 +142,8 @@ install_IDLE: $(INSTALLED_PYTHONW)
|
|||
$(srcdir)/Tools/idle/idle ; \
|
||||
$(INSTALLED_PYTHONW) $(srcdir)/Mac/scripts/BuildApplet.py \
|
||||
--output $(PYTHONAPPSDIR)/IDLE.app \
|
||||
--extra $(srcdir)/Tools/idle \
|
||||
--extra $(srcdir)/Tools/idle:Contents/Resources/idlelib \
|
||||
$(srcdir)/Tools/idle/idle ; \
|
||||
echo mv $(PYTHONAPPSDIR)/IDLE.app/Contents/Resources/idle \
|
||||
$(PYTHONAPPSDIR)/IDLE.app/Contents/Resources/idlelib; \
|
||||
mv $(PYTHONAPPSDIR)/IDLE.app/Contents/Resources/idle \
|
||||
$(PYTHONAPPSDIR)/IDLE.app/Contents/Resources/idlelib; \
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue