We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4153a00 commit 4278c0aCopy full SHA for 4278c0a
python/meson.build
@@ -36,7 +36,7 @@ py = import('python').find_installation(pure: false)
36
37
#install_data('../NOTICE.txt', install_dir: py.get_install_dir() / 'pyarrow')
38
39
-arrow_dep = dependency('arrow')
+arrow_dep = dependency('arrow', 'Arrow::arrow_shared', 'Arrow::arrow_static')
40
41
cc = meson.get_compiler('cpp')
42
0 commit comments