Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be725fd

Browse files
committed
Fix paths to match python1.4 installation.
1 parent e3c90a4 commit be725fd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Misc/gMakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
pyinstalldir= $(PYTHONHOME)
1313
installdir= $(PYTHONHOME)
1414
exec_installdir=$(pyinstalldir)
15-
INCLUDEPY= $(pyinstalldir)/include/Py
15+
INCLUDEPY= $(pyinstalldir)/include/python1.4
1616
LIBP= $(exec_installdir)/lib/python
17-
LIBPL= $(LIBP)/lib
17+
LIBPL= $(LIBP)/config
1818
PYMAKE= make -f $(LIBPL)/Makefile
1919

2020
# LIBSO is the location of platform-dependent dynamically linked

0 commit comments

Comments
 (0)