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 8eb27f7 commit e244263Copy full SHA for e244263
curl-sys/build.rs
@@ -4,6 +4,7 @@ use std::path::{Path, PathBuf};
4
use std::process::Command;
5
6
fn main() {
7
+ println!("cargo:rerun-if-changed=curl");
8
let host = env::var("HOST").unwrap();
9
let target = env::var("TARGET").unwrap();
10
let windows = target.contains("windows");
0 commit comments