mirror of
https://github.com/python/cpython.git
synced 2025-07-26 04:34:20 +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
|
# This installs IDLE
|
||||||
idleinstall:
|
idleinstall:
|
||||||
SRCDIR=$(srcdir) \
|
SRCDIR=$(srcdir) $(RUNSHARED) \
|
||||||
./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
|
./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
|
||||||
--check-tkinter \
|
--check-tkinter \
|
||||||
--prefix=$(prefix) \
|
--prefix=$(prefix) \
|
||||||
|
@ -847,7 +847,7 @@ idleinstall:
|
||||||
|
|
||||||
# This installs a few of the useful scripts in Tools/scripts
|
# This installs a few of the useful scripts in Tools/scripts
|
||||||
scriptsinstall:
|
scriptsinstall:
|
||||||
SRCDIR=$(srcdir) \
|
SRCDIR=$(srcdir) $(RUNSHARED) \
|
||||||
./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \
|
./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \
|
||||||
--prefix=$(prefix) \
|
--prefix=$(prefix) \
|
||||||
--install-scripts=$(BINDIR)
|
--install-scripts=$(BINDIR)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue