Skip to content

Commit 4363dc3

Browse files
committed
Use add_project_arguments
1 parent e702061 commit 4363dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ endif
4646

4747
cy = meson.get_compiler('cython')
4848
if cy.version().version_compare('>=3.1.0')
49-
add_global_arguments('-Xfreethreading_compatible=true', language : 'cython')
49+
add_project_arguments('-Xfreethreading_compatible=true', language : 'cython')
5050
endif
5151

5252
# Needed by pandas.test() when it looks for the pytest ini options

0 commit comments

Comments
 (0)