Skip to content

Commit 6368144

Browse files
authored
fix syntax
1 parent 600bf5a commit 6368144

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@ if cy.version().version_compare('>=3.1.0')
6363
py.extension_module('_cyutility',
6464
cython_shared_src,
6565
subdir: 'pandas/_libs',
66-
cython_args: cython_args,
6766
install: true,
6867
)
6968

70-
add_project_arguments('--shared=pandas._libs._cyutility'', language: 'cython')
69+
add_project_arguments('--shared=pandas._libs._cyutility', language: 'cython')
7170
endif
7271

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

0 commit comments

Comments
 (0)