mirror of https://github.com/python/cpython
Issue #14152: Merge fix from 3.2.
This commit is contained in:
commit
0a971f18cc
2
setup.py
2
setup.py
|
@ -195,7 +195,7 @@ class PyBuildExt(build_ext):
|
|||
|
||||
# Python header files
|
||||
headers = [sysconfig.get_config_h_filename()]
|
||||
headers += glob(os.path.join(sysconfig.get_path('platinclude'), "*.h"))
|
||||
headers += glob(os.path.join(sysconfig.get_path('include'), "*.h"))
|
||||
|
||||
for ext in self.extensions[:]:
|
||||
ext.sources = [ find_module_file(filename, moddirlist)
|
||||
|
|
Loading…
Reference in New Issue