mirror of
https://github.com/python/cpython.git
synced 2024-11-24 02:15:30 +08:00
Patch #735613: Pass install-purelib to idleinstall.
This commit is contained in:
parent
3b8ee0871e
commit
8f51526837
@ -875,6 +875,7 @@ idleinstall:
|
||||
./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
|
||||
--check-tkinter \
|
||||
--prefix=$(prefix) \
|
||||
--install-purelib=$(LIBDEST) \
|
||||
--install-scripts=$(BINDIR) \
|
||||
--install-platlib=$(DESTSHARED) \
|
||||
--root=/$(DESTDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user