mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
When building the IDE check that waste is available, to forestall
surprises later (the IDE won't work without waste).
This commit is contained in:
parent
4b48d6b37c
commit
f80798b1ca
1 changed files with 5 additions and 0 deletions
|
|
@ -98,6 +98,11 @@ install_Python: $(PYTHON)
|
|||
$(INSTALL_DATA) $(RESOURCEFILE) $(APPINSTALLDIR)/Contents/Resources/$(RESOURCEFILE)
|
||||
|
||||
install_IDE: $(INSTALLED_PYTHONW)
|
||||
@if $(INSTALLED_PYTHONW) -c "import waste"; then ; else \
|
||||
echo PythonIDE needs the \"waste\" extension module; \
|
||||
echo See Mac/OSX/README for details; \
|
||||
exit 1; \
|
||||
fi
|
||||
$(INSTALLED_PYTHONW) $(srcdir)/Mac/scripts/BuildApplet.py \
|
||||
--output $(PYTHONAPPSDIR)/PythonIDE.app --noargv \
|
||||
$(srcdir)/Mac/Tools/IDE/PythonIDE.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue