소스 검색

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