WillAyd commented on code in PR #693:
URL: https://github.com/apache/arrow-nanoarrow/pull/693#discussion_r1887742008


##########
meson.build:
##########
@@ -118,6 +118,7 @@ if get_option('ipc')
 
     nanoarrow_ipc_lib = library(

Review Comment:
   Does this need the zstd dependency? Looks like it is in the wrapdb, so can 
just `meson wrap install zstd` to get the wrap file created then
   
   ```
   zstd_dep = dependency('zstd')
   nanoarrow_ipc_lib = library(
       ...,
       dependencies: [zstd_dep, ...]
   )
   ````



-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to