Skip to content

Commit c36a3cb

Browse files
committed
Try windows fix
1 parent 1be3825 commit c36a3cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

python/meson.build

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@ py = import('python').find_installation(pure: false)
3636

3737
#install_data('../NOTICE.txt', install_dir: py.get_install_dir() / 'pyarrow')
3838

39-
arrow_dep = dependency('arrow', 'Arrow::arrow_shared', 'Arrow::arrow_static')
39+
arrow_dep = dependency(
40+
'arrow',
41+
'Arrow',
42+
modules: ['Arrow::arrow_shared', 'Arrow::arrow_static'],
43+
)
4044

4145
cc = meson.get_compiler('cpp')
4246

0 commit comments

Comments
 (0)