dbx/.github/workflows
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
..
ci.yml feat: add DM (Dameng) database support via ODBC 2026-05-07 01:02:56 +08:00
docs.yml docs: migrate from VitePress to Fumadocs (Next.js) 2026-05-06 10:17:17 +08:00
publish-packages.yml ci: optimize release workflow pipeline 2026-05-05 18:22:12 +08:00
release.yml fix: rewrite libodbc install_name so macOS app loads bundled library 2026-05-07 18:30:20 +08:00