Skip to content

Commit 25d62dd

Browse files
committed
fix typo in r7985. closes SF-2903596. Thanks C. Gohlke.
svn path=/trunk/matplotlib/; revision=7988
1 parent 8865017 commit 25d62dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setupext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
'backend': None}
123123

124124
defines = [
125-
('PY_ARRAYAUNIQUE_SYMBOL', 'MPL_ARRAY_API'),
125+
('PY_ARRAY_UNIQUE_SYMBOL', 'MPL_ARRAY_API'),
126126
('PYCXX_ISO_CPP_LIB', '1')]
127127

128128
# Based on the contents of setup.cfg, determine the build options

0 commit comments

Comments
 (0)