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
We currently build sqlite3mc by invoking its cmake-based build, which makes the build more complicated, especially when cross-compiling. Let's look into switching to using the cc crate from libsql-ffi/build.rs instead to simplify the build.
We currently build sqlite3mc by invoking its
cmake-based build, which makes the build more complicated, especially when cross-compiling. Let's look into switching to using thecccrate fromlibsql-ffi/build.rsinstead to simplify the build.