dbx/.github
t8y2 fbcceb5781 fix: rewrite libodbc install_name so macOS app loads bundled library
The binary was linking against /opt/homebrew/opt/unixodbc/lib/libodbc.2.dylib
(absolute path). At runtime dyld refused to load it due to Team ID mismatch.
Use install_name_tool to set @rpath/libodbc.2.dylib before building, so the
linker records a relative path that resolves via Contents/Frameworks/.
2026-05-07 18:30:20 +08:00
..
ISSUE_TEMPLATE feat: add SSH password authentication support 2026-04-29 20:36:07 +08:00
workflows fix: rewrite libodbc install_name so macOS app loads bundled library 2026-05-07 18:30:20 +08:00