Skip to content

Commit f5cebe7

Browse files
committed
Fix installation directories for headers
1 parent 67896cb commit f5cebe7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

cpp/src/arrow/meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ install_headers(
353353
'visit_scalar_inline.h',
354354
'visit_type_inline.h',
355355
],
356-
install_dir: 'arrow',
356+
subdir: 'arrow',
357357
)
358358

359359
if needs_testing

cpp/src/arrow/testing/meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ install_headers(
3535
'util.h',
3636
'visibility.h',
3737
],
38+
subdir: 'arrow/testing',
3839
)
3940

4041
if needs_tests

cpp/src/arrow/util/meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ install_headers(
196196
'windows_compatibility.h',
197197
'windows_fixup.h',
198198
],
199+
subdir: 'arrow/util',
199200
)
200201

201202
if host_machine.system() == 'windows'

0 commit comments

Comments
 (0)