WillAyd commented on issue #771: URL: https://github.com/apache/arrow-nanoarrow/issues/771#issuecomment-2956857480
Is this just a Windows issue or does it affect all architectures? I tried to reproduce using the following cross file on a 64 bit machine: ``` [binaries] c = 'gcc' cpp = 'g++' ar = 'ar' strip = 'strip' [built-in options] c_args = ['-m32'] c_link_args = ['-m32'] cpp_args = ['-m32'] cpp_link_args = ['-m32'] [host_machine] system = 'linux' cpu_family = 'x86' cpu = 'i386' endian = 'little' ``` It seems to produce 32 bit libraries, but I can't reproduce the test error with it -- 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]
