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 18cee9d commit cc49a08Copy full SHA for cc49a08
build.rs
@@ -18,6 +18,7 @@ fn main() {
18
.filter(|p| p.extension().map(|ext| ext == "cpp") == Some(true))
19
.collect::<Vec<_>>();
20
for source in sources.iter() {
21
+ println!("cargo:rerun-if-changed={}", source.display());
22
build.file(source.to_str().unwrap());
23
}
24
build.flag("-std=c++11");
0 commit comments