Skip to content

Commit e244263

Browse files
authored
Trigger rebuild if a curl source file has changed. (#407)
1 parent 8eb27f7 commit e244263

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

curl-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use std::path::{Path, PathBuf};
44
use std::process::Command;
55

66
fn main() {
7+
println!("cargo:rerun-if-changed=curl");
78
let host = env::var("HOST").unwrap();
89
let target = env::var("TARGET").unwrap();
910
let windows = target.contains("windows");

0 commit comments

Comments
 (0)