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 11py.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(
1111py.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 ,
You can’t perform that action at this time.
0 commit comments