We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83dbb58 commit 80b762aCopy full SHA for 80b762a
1 file changed
template/init.rhai
@@ -5,8 +5,8 @@ if variable::get("is_init") {
5
print();
6
print("*** Add the following statements to your build.rs:");
7
8
- print(println!("cargo:rerun-if-changed={}", commitment_issues::find_valid_git_root!()););
9
- print(#[cfg(not(target_os = "macos"))]);
+ print("println!(\"cargo:rerun-if-changed={}\", commitment_issues::find_valid_git_root!());");
+ print("#[cfg(not(target_os = \"macos\"))]");
10
print("println!(\"cargo:rustc-link-arg=-Tmetadata.x\");");
11
12
}
0 commit comments