tursodatabase/libsql

Simplify sqlite3mc build

Open

#1,028 创建于 2024年2月14日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C (16,744 star) (490 fork)batch import
encryption at restenhancementgood first issuehelp wanted

描述

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.

贡献者指南