Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d119d1b

Browse files
denfromufavmuriart
denfromufa
authored andcommitted
include fake c libs for pycparser to work
1 parent 9f579f0 commit d119d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def _get_interop_filename():
327327
sources.append(os.path.join(root, filename))
328328

329329
for root, dirnames, filenames in os.walk("tools"):
330-
for ext in (".exe", ".py"):
330+
for ext in (".exe", ".py", ".c", ".h"):
331331
for filename in fnmatch.filter(filenames, "*" + ext):
332332
sources.append(os.path.join(root, filename))
333333

0 commit comments

Comments
 (0)