mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Repair more now-obsolete references to config.h.
This commit is contained in:
parent
bd2e3b03d6
commit
76f373d081
10 changed files with 10 additions and 10 deletions
2
setup.py
2
setup.py
|
@ -84,7 +84,7 @@ class PyBuildExt(build_ext):
|
|||
for ext in self.extensions[:]:
|
||||
ext.sources = [ os.path.join(moddir, filename)
|
||||
for filename in ext.sources ]
|
||||
ext.include_dirs.append( '.' ) # to get config.h
|
||||
ext.include_dirs.append( '.' ) # to get pyconfig.h
|
||||
ext.include_dirs.append( os.path.join(srcdir, './Include') )
|
||||
|
||||
# If a module has already been built statically,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue