Skip to content

Commit

Permalink
Merge pull request #18 from mputz86/master
Browse files Browse the repository at this point in the history
Fixed initial cargo run due to invalid argument error
  • Loading branch information
Chris C Cerami committed May 4, 2016
2 parents 9115399 + eb6f8a6 commit a4a676f
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 @@ -2,6 +2,7 @@ use std::fs::{OpenOptions};

fn main() {
OpenOptions::new().create(true)
.write(true)
.open("src/path_to_enlightenment.rs")
.unwrap();
}

0 comments on commit a4a676f

Please sign in to comment.