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 e702061 commit 4363dc3Copy full SHA for 4363dc3
meson.build
@@ -46,7 +46,7 @@ endif
46
47
cy = meson.get_compiler('cython')
48
if cy.version().version_compare('>=3.1.0')
49
- add_global_arguments('-Xfreethreading_compatible=true', language : 'cython')
+ add_project_arguments('-Xfreethreading_compatible=true', language : 'cython')
50
endif
51
52
# Needed by pandas.test() when it looks for the pytest ini options
0 commit comments