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 1be3825 commit c36a3cbCopy full SHA for c36a3cb
python/meson.build
@@ -36,7 +36,11 @@ 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::arrow_shared', 'Arrow::arrow_static')
+arrow_dep = dependency(
40
+ 'arrow',
41
+ 'Arrow',
42
+ modules: ['Arrow::arrow_shared', 'Arrow::arrow_static'],
43
+)
44
45
cc = meson.get_compiler('cpp')
46
0 commit comments