We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67896cb commit f5cebe7Copy full SHA for f5cebe7
cpp/src/arrow/meson.build
@@ -353,7 +353,7 @@ install_headers(
353
'visit_scalar_inline.h',
354
'visit_type_inline.h',
355
],
356
- install_dir: 'arrow',
+ subdir: 'arrow',
357
)
358
359
if needs_testing
cpp/src/arrow/testing/meson.build
@@ -35,6 +35,7 @@ install_headers(
35
'util.h',
36
'visibility.h',
37
38
+ subdir: 'arrow/testing',
39
40
41
if needs_tests
cpp/src/arrow/util/meson.build
@@ -196,6 +196,7 @@ install_headers(
196
'windows_compatibility.h',
197
'windows_fixup.h',
198
199
+ subdir: 'arrow/util',
200
201
202
if host_machine.system() == 'windows'
0 commit comments