Skip to content

Commit

Permalink
Merge #140
Browse files Browse the repository at this point in the history
140: Compatible with cargo --remap-path-prefix r=cuviper a=dingelish

Fixes #139.

Co-authored-by: Yu Ding <dingelish@gmail.com>
  • Loading branch information
bors[bot] and dingelish authored Nov 2, 2019
2 parents 2f0cffd + da19eaf commit da66427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ fn main() {
panic!("i128 support was not detected!");
}

autocfg::rerun_path(file!());
autocfg::rerun_path("build.rs");
}

0 comments on commit da66427

Please sign in to comment.