Skip to content

Commit

Permalink
gcc::Config has been renamed to gcc::Build
Browse files Browse the repository at this point in the history
  • Loading branch information
ihalila committed Sep 18, 2017
1 parent 60be45c commit 62eb6bd
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 @@ -5,7 +5,7 @@ fn main() {
println!("cargo:rustc-link-lib=dylib=comdlg32");
println!("cargo:rustc-link-lib=dylib=user32");

gcc::Config::new()
gcc::Build::new()
.file("src/PDCurses/pdcurses/addch.c") //Common PDCurses files
.file("src/PDCurses/pdcurses/addchstr.c")
.file("src/PDCurses/pdcurses/addstr.c")
Expand Down

0 comments on commit 62eb6bd

Please sign in to comment.