Skip to content

Commit 2b1bc1c

Browse files
tronicalogoffart
authored andcommitted
Avoid unnecessary rebuilds
The build should be re-done if src/lib.rs changes, not lib.rs (non-existent).
1 parent f0950c8 commit 2b1bc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qttypes/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ fn main() {
127127
#[cfg(feature = "qtwebengine")]
128128
link_lib("WebEngine");
129129

130-
println!("cargo:rerun-if-changed=lib.rs");
130+
println!("cargo:rerun-if-changed=src/lib.rs");
131131
}

0 commit comments

Comments
 (0)