浏览代码

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");
 }