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 682d374 commit eb977daCopy full SHA for eb977da
1 file changed
setup.py
@@ -197,7 +197,7 @@ def build_extensions(self):
197
198
# Python header files
199
headers = [sysconfig.get_config_h_filename()]
200
- headers += glob(os.path.join(sysconfig.get_path('platinclude'), "*.h"))
+ headers += glob(os.path.join(sysconfig.get_path('include'), "*.h"))
201
202
for ext in self.extensions[:]:
203
ext.sources = [ find_module_file(filename, moddirlist)
0 commit comments