mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Fix paths to match python1.4 installation.
This commit is contained in:
parent
e3c90a4232
commit
be725fdddb
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@
|
||||||
pyinstalldir= $(PYTHONHOME)
|
pyinstalldir= $(PYTHONHOME)
|
||||||
installdir= $(PYTHONHOME)
|
installdir= $(PYTHONHOME)
|
||||||
exec_installdir=$(pyinstalldir)
|
exec_installdir=$(pyinstalldir)
|
||||||
INCLUDEPY= $(pyinstalldir)/include/Py
|
INCLUDEPY= $(pyinstalldir)/include/python1.4
|
||||||
LIBP= $(exec_installdir)/lib/python
|
LIBP= $(exec_installdir)/lib/python
|
||||||
LIBPL= $(LIBP)/lib
|
LIBPL= $(LIBP)/config
|
||||||
PYMAKE= make -f $(LIBPL)/Makefile
|
PYMAKE= make -f $(LIBPL)/Makefile
|
||||||
|
|
||||||
# LIBSO is the location of platform-dependent dynamically linked
|
# LIBSO is the location of platform-dependent dynamically linked
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue