mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
e274bd7b64
This fixes recompilation and avoids duplication of dependencies
5 lines
90 B
Rust
5 lines
90 B
Rust
fn main() {
|
|
let build = cxx_build::bridge("src/lib.rs");
|
|
build.compile("skim");
|
|
}
|