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

Skip to content

Commit 474ba3b

Browse files
committed
The directory containing config.h has changed.
1 parent 6af6d35 commit 474ba3b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Misc/Makefile.pre.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ TARGET= python
9595
PYTHON= python
9696

9797
# Add more -I and -D options here
98-
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(LIBPL) $(DEFS)
98+
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
9999

100100
# These two variables can be set in Setup to merge extensions.
101101
# See example[23].
@@ -148,6 +148,7 @@ SCRIPTDIR= $(prefix)/lib
148148
BINLIBDEST= $(LIBDIR)/python$(VERSION)
149149
LIBDEST= $(SCRIPTDIR)/python$(VERSION)
150150
INCLUDEPY= $(INCLUDEDIR)/python$(VERSION)
151+
EXECINCLUDEPY= $(exec_installdir)/include/python$(VERSION)
151152
LIBP= $(exec_installdir)/lib/python$(VERSION)
152153
DESTSHARED= $(BINLIBDEST)/site-packages
153154

0 commit comments

Comments
 (0)