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.
1 parent f47576d commit 663c0b6Copy full SHA for 663c0b6
build.rs
@@ -1,6 +1,8 @@
1
fn main() {
2
println!("cargo:rerun-if-env-changed=CUSTOM_LIBFUZZER_PATH");
3
if let Ok(custom) = ::std::env::var("CUSTOM_LIBFUZZER_PATH") {
4
+ println!("cargo:rerun-if-changed={custom}");
5
+
6
let custom_lib_path = ::std::path::PathBuf::from(&custom);
7
let custom_lib_dir = custom_lib_path.parent().unwrap().to_string_lossy();
8
0 commit comments