zooba commented on PR #44902: URL: https://github.com/apache/arrow/pull/44902#issuecomment-2511853352
I don't see where it would go, but you'll need to move the `/nodefaultlib:libucrt.lib /nodefaultlib:libvcruntime.lib` to linker options and add `ucrt.lib vcruntime.lib` there as well. You _might_ be able to keep them in `CXXFLAGS` and add `-link` before the linker args start, but I suspect that won't work through CMake. There's probably a separate variable that you just aren't using yet. -- 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]
