mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 18:58:36 +00:00
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:
parent
d468bbec05
commit
d28ebc46c5
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue