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
fix: Add ARM64 SQLite library for cross-compilation
- Enable multiarch support with dpkg --add-architecture arm64
- Install libsqlite3-dev:arm64 for cross-compilation
- Set PKG_CONFIG_PATH to ARM64 pkgconfig directory
This fixes the linker error when cross-compiling ARM64 binaries with
dynamic SQLite linking.
0 commit comments