Explorar el Código

Compatible with cargo --remap-path-prefix

Yu Ding hace 5 años
padre
commit
da19eaf476
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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");
 }