File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
py.extension_module(
2
2
' aggregations' ,
3
3
[' 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' ],
5
5
include_directories : [inc_np, inc_pd],
6
6
subdir : ' pandas/_libs/window' ,
7
7
override_options : [' cython_language=cpp' ],
@@ -11,7 +11,7 @@ py.extension_module(
11
11
py.extension_module(
12
12
' indexers' ,
13
13
[' 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' ],
15
15
include_directories : [inc_np, inc_pd],
16
16
subdir : ' pandas/_libs/window' ,
17
17
install : true ,
You can’t perform that action at this time.
0 commit comments