mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-25 16:56:27 +02:00
4 lines
80 B
Rust
4 lines
80 B
Rust
|
|
fn main() {
|
||
|
|
cc::Build::new().file("sqlite-vec.c").compile("sqlite_vec0");
|
||
|
|
}
|