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 2163b36 commit 952ad73Copy full SHA for 952ad73
collector/benchmarks/webrender/wrench/build.rs
@@ -11,8 +11,8 @@ fn main() {
11
let out_dir = env::var_os("OUT_DIR").unwrap();
12
let out_dir = PathBuf::from(out_dir);
13
14
- println!("cargo:rerun-if-changed=res/wrench.exe.manifest");
15
if target.contains("windows") {
+ println!("cargo:rerun-if-changed=res/wrench.exe.manifest");
16
let src = PathBuf::from("res/wrench.exe.manifest");
17
let mut dst = out_dir
18
.parent()
0 commit comments