mirror of
https://github.com/python/cpython.git
synced 2025-09-14 20:56:06 +00:00
The directory containing config.h has changed.
This commit is contained in:
parent
6af6d3511e
commit
474ba3bd46
1 changed files with 2 additions and 1 deletions
|
@ -95,7 +95,7 @@ TARGET= python
|
||||||
PYTHON= python
|
PYTHON= python
|
||||||
|
|
||||||
# Add more -I and -D options here
|
# Add more -I and -D options here
|
||||||
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(LIBPL) $(DEFS)
|
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
|
||||||
|
|
||||||
# These two variables can be set in Setup to merge extensions.
|
# These two variables can be set in Setup to merge extensions.
|
||||||
# See example[23].
|
# See example[23].
|
||||||
|
@ -148,6 +148,7 @@ SCRIPTDIR= $(prefix)/lib
|
||||||
BINLIBDEST= $(LIBDIR)/python$(VERSION)
|
BINLIBDEST= $(LIBDIR)/python$(VERSION)
|
||||||
LIBDEST= $(SCRIPTDIR)/python$(VERSION)
|
LIBDEST= $(SCRIPTDIR)/python$(VERSION)
|
||||||
INCLUDEPY= $(INCLUDEDIR)/python$(VERSION)
|
INCLUDEPY= $(INCLUDEDIR)/python$(VERSION)
|
||||||
|
EXECINCLUDEPY= $(exec_installdir)/include/python$(VERSION)
|
||||||
LIBP= $(exec_installdir)/lib/python$(VERSION)
|
LIBP= $(exec_installdir)/lib/python$(VERSION)
|
||||||
DESTSHARED= $(BINLIBDEST)/site-packages
|
DESTSHARED= $(BINLIBDEST)/site-packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue