WillAyd commented on code in PR #668:
URL: https://github.com/apache/arrow-nanoarrow/pull/668#discussion_r1826277119
##########
meson.build:
##########
@@ -210,7 +232,7 @@ if get_option('tests')
ipc_test_files = {
'ipc-decoder': {
'src': 'decoder',
- 'deps': [nanoarrow_ipc_dep, arrow_dep, gtest_dep, gmock_dep],
+ 'deps': [nanoarrow_ipc_dep, flatcc_dep, arrow_dep, gtest_dep,
gmock_dep],
Review Comment:
Nice catch on this - noticed in
https://github.com/apache/arrow-nanoarrow/pull/673 as well
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]