You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-49219: [C++][FlightRPC] Enable static ODBC build on macOS (#49220)
### Rationale for this change
#49219
Support static ODBC build on macOS. Linux support will be in a different PR.
### What changes are included in this PR?
- Add unix-specific CMake build commands in CMakeLists.txt to link ODBC DYLIB statically to dependencies.
- Header file changes due to switch to static build.
- Test file changes due to static macOS linking that caused different behavior in iodbc
### Are these changes tested?
Build is tested in CI.
### Are there any user-facing changes?
N/A
* GitHub Issue: #49219
Lead-authored-by: Alina (Xi) Li <alinal@bitquilltech.com>
Co-authored-by: Alina (Xi) Li <alina.li@improving.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
0 commit comments