Skip to content

Commit

Permalink
Fix rebuildiing issue (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
volsa authored Jun 22, 2023
1 parent 2684211 commit 6cd333b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/stdlib/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn main() {
//link the object file
println!("cargo:rustc-link-search=native={out_dir}");
println!("cargo:rustc-link-lib=static=st");
println!("cargo:rerun-if-changed=iec61131-st/*");
println!("cargo:rerun-if-changed=iec61131-st/");

//We can link against the st lib gernerated, but this will only be reflected in static libs.
// The shared lib still has to be generated later.
Expand Down

0 comments on commit 6cd333b

Please sign in to comment.