mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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)
|
||||
installdir= $(PYTHONHOME)
|
||||
exec_installdir=$(pyinstalldir)
|
||||
INCLUDEPY= $(pyinstalldir)/include/Py
|
||||
INCLUDEPY= $(pyinstalldir)/include/python1.4
|
||||
LIBP= $(exec_installdir)/lib/python
|
||||
LIBPL= $(LIBP)/lib
|
||||
LIBPL= $(LIBP)/config
|
||||
PYMAKE= make -f $(LIBPL)/Makefile
|
||||
|
||||
# LIBSO is the location of platform-dependent dynamically linked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue