wesm commented on pull request #7621: URL: https://github.com/apache/arrow/pull/7621#issuecomment-653195997
Take a closer look at the brotli_ep build https://github.com/apache/arrow/blob/master/cpp/cmake_modules/ThirdpartyToolchain.cmake#L877 When you use `-DBrotli_SOURCE=BUNDLED`, it uses the static libraries regardless of whether `ARROW_BROTLI_USE_SHARED` is set or not. So the linking error that's happening must be caused by something else ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
