We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fa5ca commit 55c76f6Copy full SHA for 55c76f6
bento.info
@@ -46,6 +46,7 @@ ExtraSourceFiles:
46
numpy/core/src/multiarray/*.c.src,
47
numpy/core/src/multiarray/*.h,
48
numpy/core/src/private/*.h,
49
+ numpy/core/src/private/*.h.src,
50
numpy/core/src/umath/*.src,
51
numpy/core/src/umath/*.h,
52
numpy/core/src/umath/*.c,
bscript
@@ -105,7 +105,5 @@ def c_template(self, node):
105
outs.append(node.change_ext(""))
106
107
tsk = self.create_task('CTemplateTask', node, outs)
108
- if "c" in self.features:
+ if "c" in self.features and not node.name[-6:] == (".h.src"):
109
self.source.append(outs[0])
110
-
111
0 commit comments