WillAyd commented on issue #32111:
URL: https://github.com/apache/arrow/issues/32111#issuecomment-2941446698

   I doubt in its current state that the Meson configuration supports Windows - 
we don't test for it in CI and I have not done anything to appease the Windows 
requirements for symbol visibility
   
   Assuming the symbol visibility gets implemented though, if you wanted to set 
an argument at the project level you could do something like:
   
   ```
   add_project_arguments('-DPLATFORM=x86', language: 'cpp')
   ```
   
   And that will be added to compilation command for every library built within 
the project's config. 
   
   Hope that answers your question but let me know if I misunderstood. I have 
very limited Windows knowledge, but can point you to better resources as needed


-- 
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]

Reply via email to