janitor: Trigger rebuilds of SLINT_EMBEDD_RESOURCES changes

The compiler reads this variable, so we should rebuild if it changes.
This commit is contained in:
Simon Hausmann 2022-11-30 10:40:16 +01:00 committed by Simon Hausmann
parent d468bbec05
commit d28ebc46c5

View file

@ -366,6 +366,7 @@ pub fn compile_with_config(
println!("cargo:rerun-if-env-changed=SLINT_FONT_SIZES");
println!("cargo:rerun-if-env-changed=SLINT_SCALE_FACTOR");
println!("cargo:rerun-if-env-changed=SLINT_ASSET_SECTION");
println!("cargo:rerun-if-env-changed=SLINT_EMBED_RESOURCES");
println!("cargo:rustc-env=SLINT_INCLUDE_GENERATED={}", output_file_path.display());