Skip to content

Commit 684e8c5

Browse files
authored
try putting as list?
1 parent 03b6321 commit 684e8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/window/meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
py.extension_module(
22
'aggregations',
33
['aggregations.pyx'],
4-
cython_args: ['--shared=pandas._libs._cyutility -X always_allow_keywords=true'],
4+
cython_args: ['-X always_allow_keywords=true', '--shared=pandas._libs._cyutility'],
55
include_directories: [inc_np, inc_pd],
66
subdir: 'pandas/_libs/window',
77
override_options: ['cython_language=cpp'],
@@ -11,7 +11,7 @@ py.extension_module(
1111
py.extension_module(
1212
'indexers',
1313
['indexers.pyx'],
14-
cython_args: ['--shared=pandas._libs._cyutility -X always_allow_keywords=true'],
14+
cython_args: ['-X always_allow_keywords=true', '--shared=pandas._libs._cyutility'],
1515
include_directories: [inc_np, inc_pd],
1616
subdir: 'pandas/_libs/window',
1717
install: true,

0 commit comments

Comments
 (0)