Skip to content

Commit b8bc62b

Browse files
committed
GH-48547: [C++] Fix Meson build failure by adding fuzz_internal.cc
Adding util/fuzz_internal.cc to sources fixes undefined reference to fuzzing_memory_pool in ipc/reader.cc.
1 parent 0831d2f commit b8bc62b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cpp/src/arrow/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ arrow_util_srcs = [
191191
'util/fixed_width_internal.cc',
192192
'util/float16.cc',
193193
'util/formatting.cc',
194+
'util/fuzz_internal.cc',
194195
'util/future.cc',
195196
'util/hashing.cc',
196197
'util/int_util.cc',

0 commit comments

Comments
 (0)