summaryrefslogtreecommitdiff
path: root/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.rs b/build.rs
index 7c9aac2..ac5acaa 100644
--- a/build.rs
+++ b/build.rs
@@ -5,8 +5,6 @@ const COMPILE_INFO_RS: &str = "./src/data/compile_info.rs";
const COMPILE_INFO_RS_TEMPLATE: &str = "./src/data/compile_info.rs.template";
fn main() {
- println!("cargo:rerun-if-changed={}", COMPILE_INFO_RS_TEMPLATE);
-
let repo_root = PathBuf::from(env::var("CARGO_MANIFEST_DIR").unwrap());
if let Err(e) = generate_compile_info(&repo_root) {