Переглянути джерело

Compatible with cargo --remap-path-prefix

Yu Ding 5 роки тому
батько
коміт
da19eaf476
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      build.rs

+ 1 - 1
build.rs

@@ -10,5 +10,5 @@ fn main() {
         panic!("i128 support was not detected!");
     }
 
-    autocfg::rerun_path(file!());
+    autocfg::rerun_path("build.rs");
 }