Skip to content
Snippets Groups Projects
Verified Commit 59c31cb8 authored by Yaroslav Dynnikov's avatar Yaroslav Dynnikov
Browse files

chore: avoid unnecessary rebuilds

parent 048af6ef
No related branches found
No related tags found
1 merge request!79chore: avoid unnecessary rebuilds
Pipeline #4065 passed
......@@ -3,6 +3,7 @@ use std::path::Path;
fn main() {
patch_tarantool();
build_tarantool();
println!("cargo:rerun-if-changed=tarantool-sys");
}
fn patch_tarantool() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment