mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 08:46:49 +02:00
3 lines
108 B
Rust
3 lines
108 B
Rust
fn main() {
|
|
cc::Build::new().file("sqlite-vec.c").define("SQLITE_CORE", None).compile("sqlite_vec0");
|
|
}
|