8000 Fix build · matplotlib/matplotlib@170de26 · GitHub
[go: up one dir, main page]

Skip to content

Commit 170de26

Browse files
committed
Fix build
1 parent b2830aa commit 170de26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,10 @@
210210
for mod in ext_modules:
211211
mod.extra_compile_args.append('-DVERBOSE')
212212

213+
# Finalize the extension modules so they can get the Numpy include
214+
# dirs
215+
for mod in ext_modules:
216+
mod.finalize()
213217

214218
extra_args = {}
215219

0 commit comments

Comments
 (0)
0