Skip to content

Commit

Permalink
Merge pull request #19 from BearOve/patch-1
Browse files Browse the repository at this point in the history
Run clean before setup as proposed in issue #11
  • Loading branch information
gchp authored Sep 11, 2018
2 parents 03976c8 + 25348a0 commit 1dfc9cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ fn main() {
let out_dir = env::var("OUT_DIR").unwrap();
let dst = Path::new(&out_dir);

clean();
setup();
configure();
build();
Expand Down

0 comments on commit 1dfc9cb

Please sign in to comment.