We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KERNEL
1 parent 25159e6 commit c0eed73Copy full SHA for c0eed73
build.rs
@@ -74,6 +74,7 @@ fn main() {
74
process::exit(1);
75
}
76
77
+ println!("cargo:rerun-if-env-changed=KERNEL");
78
println!("cargo:rerun-if-changed={}", kernel.display());
79
println!("cargo:rerun-if-changed=build.rs");
80
println!("cargo:rustc-link-search=native={}", out_dir.display());
0 commit comments