E5E1 function changed name · matplotlib/matplotlib@a9e864f · GitHub
[go: up one dir, main page]

Skip to content

Commit a9e864f

Browse files
committed
function changed name
1 parent 24217e5 commit a9e864f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setupext.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -753,10 +753,10 @@ def check(self):
753753
sys.stdout = old_stdout
754754

755755
try:
756-
return pkg_config.check_for_pkg_config('PyCXX',
757-
'CXX/Extensions.hxx',
758-
self.get_ext(),
759-
min_version='6.2.4')
756+
return pkg_config.check_for_config('PyCXX',
757+
'CXX/Extensions.hxx',
758+
self.get_ext(),
759+
min_version='6.2.4')
760760
except CheckFailed:
761761
# It's ok to just proceed here, since the `import CXX`
762762
# worked above, and PyCXX (at least upstream) ensures that

0 commit comments

Comments
 (0)
0