Skip to content

Commit 838d1bf

Browse files
committed
Fix header installations
1 parent 701462f commit 838d1bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/pyarrow/meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ py.install_sources(
370370
'src/arrow/python/async.h',
371371
'src/arrow/python/benchmark.h',
372372
'src/arrow/python/common.h',
373+
'src/arrow/python/config.h',
373374
'src/arrow/python/csv.h',
374375
'src/arrow/python/datetime.h',
375376
'src/arrow/python/decimal.h',
@@ -394,6 +395,7 @@ py.install_sources(
394395
'src/arrow/python/python_to_arrow.h',
395396
'src/arrow/python/type_traits.h',
396397
'src/arrow/python/udf.h',
398+
'src/arrow/python/util.h',
397399
'src/arrow/python/visibility.h',
398400
),
399401
subdir: 'pyarrow/include/arrow/python',

0 commit comments

Comments
 (0)