inline format!() args up to and including rustc_middle
This commit is contained in:
parent
2e0136a131
commit
23815467a2
87 changed files with 378 additions and 437 deletions
|
@ -18,7 +18,7 @@ fn set_windows_exe_options() {
|
|||
let mut manifest = env::current_dir().unwrap();
|
||||
manifest.push(WINDOWS_MANIFEST_FILE);
|
||||
|
||||
println!("cargo:rerun-if-changed={}", WINDOWS_MANIFEST_FILE);
|
||||
println!("cargo:rerun-if-changed={WINDOWS_MANIFEST_FILE}");
|
||||
// Embed the Windows application manifest file.
|
||||
println!("cargo:rustc-link-arg-bin=rustc-main=/MANIFEST:EMBED");
|
||||
println!("cargo:rustc-link-arg-bin=rustc-main=/MANIFESTINPUT:{}", manifest.to_str().unwrap());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue