We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600bf5a commit 6368144Copy full SHA for 6368144
meson.build
@@ -63,11 +63,10 @@ if cy.version().version_compare('>=3.1.0')
63
py.extension_module('_cyutility',
64
cython_shared_src,
65
subdir: 'pandas/_libs',
66
- cython_args: cython_args,
67
install: true,
68
)
69
70
- add_project_arguments('--shared=pandas._libs._cyutility'', language: 'cython')
+ add_project_arguments('--shared=pandas._libs._cyutility', language: 'cython')
71
endif
72
73
# Needed by pandas.test() when it looks for the pytest ini options
0 commit comments