WillAyd commented on PR #776:
URL: https://github.com/apache/arrow-nanoarrow/pull/776#issuecomment-2960522266
Thanks...yea this is super annoying...
> * Never build nanoarrow_testing as a shared library. This is actually sort
of hard with the way we've set up Meson.build because everything is all the way
shared or all the way static.
If that's an option we can do this pretty easily in Meson. All we have to do
is change:
```python
nanoarrow_testing_lib = library(
```
to
```python
nanoarrow_testing_lib = static_library(
```
But I may be misunderstanding, because I see the CMake config has both
`nanoarrow_testing_static` and `nanoarrow_testing_shared`?
--
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]