Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af6d35 commit 474ba3bCopy full SHA for 474ba3b
1 file changed
Misc/Makefile.pre.in
@@ -95,7 +95,7 @@ TARGET= python
95
PYTHON= python
96
97
# Add more -I and -D options here
98
-CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(LIBPL) $(DEFS)
+CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
99
100
# These two variables can be set in Setup to merge extensions.
101
# See example[23].
@@ -148,6 +148,7 @@ SCRIPTDIR= $(prefix)/lib
148
BINLIBDEST= $(LIBDIR)/python$(VERSION)
149
LIBDEST= $(SCRIPTDIR)/python$(VERSION)
150
INCLUDEPY= $(INCLUDEDIR)/python$(VERSION)
151
+EXECINCLUDEPY= $(exec_installdir)/include/python$(VERSION)
152
LIBP= $(exec_installdir)/lib/python$(VERSION)
153
DESTSHARED= $(BINLIBDEST)/site-packages
154
0 commit comments