Skip to content

Commit c8dc379

Browse files
authored
Merge pull request #22568 from anntzer/qw
Rename qhull source to _qhull_wrapper.cpp.
2 parents d0f36a9 + 2ef0af0 commit c8dc379

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setupext.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ def get_extensions(self):
431431
yield ext
432432
# qhull
433433
ext = Extension(
434-
"matplotlib._qhull", ["src/qhull_wrap.cpp"],
434+
"matplotlib._qhull", ["src/_qhull_wrapper.cpp"],
435435
define_macros=[("MPL_DEVNULL", os.devnull)])
436436
add_numpy_flags(ext)
437437
Qhull.add_flags(ext)
File renamed without changes.

0 commit comments

Comments
 (0)