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

Skip to content

Commit 7629bbc

Browse files
committed
Fix paths to match python1.4 installation.
(Forgot LIBP)
1 parent be725fd commit 7629bbc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/gMakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pyinstalldir= $(PYTHONHOME)
1313
installdir= $(PYTHONHOME)
1414
exec_installdir=$(pyinstalldir)
1515
INCLUDEPY= $(pyinstalldir)/include/python1.4
16-
LIBP= $(exec_installdir)/lib/python
16+
LIBP= $(exec_installdir)/lib/python1.4
1717
LIBPL= $(LIBP)/config
1818
PYMAKE= make -f $(LIBPL)/Makefile
1919

0 commit comments

Comments
 (0)