Skip to content

Commit 4278c0a

Browse files
committed
Cmake compat for windows
1 parent 4153a00 commit 4278c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ 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')
39+
arrow_dep = dependency('arrow', 'Arrow::arrow_shared', 'Arrow::arrow_static')
4040

4141
cc = meson.get_compiler('cpp')
4242

0 commit comments

Comments
 (0)