WillAyd commented on code in PR #776:
URL: https://github.com/apache/arrow-nanoarrow/pull/776#discussion_r2138787452
##########
meson.build:
##########
@@ -185,6 +181,8 @@ if needs_device
install: true,
cpp_args: device_defines,
gnu_symbol_visibility: 'hidden',
+ c_shared_args: nanoarrow_shared_args,
Review Comment:
Looks like this library could either be compiled by a C compiler (non-macOS)
or a C++ compiler (macOS) so providing arguments to both
--
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]