Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dffda2e commit 8f8d1d2Copy full SHA for 8f8d1d2
1 file changed
Makefile.pre.in
@@ -828,7 +828,12 @@ frameworkinstallunixtools:
828
829
# This installs IDLE
830
idleinstall:
831
- SRCDIR=$(srcdir) ./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install --check-tkinter
+ SRCDIR=$(srcdir) \
832
+ ./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
833
+ --check-tkinter \
834
+ --prefix=$(prefix) \
835
+ --install-scripts=$(BINDIR) \
836
+ --install-platlib=$(DESTSHARED)
837
838
# Build the toplevel Makefile
839
Makefile.pre: Makefile.pre.in config.status
0 commit comments