mirror of
https://github.com/python/cpython.git
synced 2025-07-25 12:14:38 +00:00
Use RUNSHARED for python invocations. Fixes #661408.
This commit is contained in:
parent
bb51ed333b
commit
01f43118f7
1 changed files with 2 additions and 2 deletions
|
@ -838,7 +838,7 @@ frameworkinstallunixtools:
|
|||
|
||||
# This installs IDLE
|
||||
idleinstall:
|
||||
SRCDIR=$(srcdir) \
|
||||
SRCDIR=$(srcdir) $(RUNSHARED) \
|
||||
./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
|
||||
--check-tkinter \
|
||||
--prefix=$(prefix) \
|
||||
|
@ -847,7 +847,7 @@ idleinstall:
|
|||
|
||||
# This installs a few of the useful scripts in Tools/scripts
|
||||
scriptsinstall:
|
||||
SRCDIR=$(srcdir) \
|
||||
SRCDIR=$(srcdir) $(RUNSHARED) \
|
||||
./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \
|
||||
--prefix=$(prefix) \
|
||||
--install-scripts=$(BINDIR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue