Skip to content
Snippets Groups Projects
Commit c7811486 authored by Federico Lolli's avatar Federico Lolli Committed by Davide Mor
Browse files

Updated build.rs to avoid rerunning every time

emit_cargo_build_message was wrongly adding generated files to the rerun directive, replaced with custom println
parent c54916d2
Branches
Tags
No related merge requests found
......@@ -9,5 +9,5 @@ pub fn main() {
.expect("Failed to generate Rust MAVLink bindings");
mavlink_bindgen::format_generated_code(&result);
mavlink_bindgen::emit_cargo_build_messages(&result);
println!("cargo:rerun-if-changed=message_definitions")
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment