فهرست منبع

Fix build.rs to not always trigger a rebuild of the crate

Amanieu d'Antras 3 سال پیش
والد
کامیت
f6df79bb41
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      build.rs

+ 0 - 2
build.rs

@@ -36,8 +36,6 @@ fn compile_libunwind() {
 }
 
 fn gen_libunwind_bindings() {
-    println!("cargo:rerun-if-changed=bindgen-wrapper.h");
-
     let args = vec![
         "-nostdlibinc".to_string(),
         "-ffreestanding".to_string(),