mirror of
https://github.com/python/cpython.git
synced 2025-08-15 14:20:55 +00:00
Issue #14152: backport fix.
This commit is contained in:
parent
ca666245e7
commit
4666ebd8fa
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -186,7 +186,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)
|
||||
for filename in ext.sources ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue