Skip to content

Commit

Permalink
added comment back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar-Pepper committed Aug 31, 2023
1 parent dce9801 commit a8dedf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zingolib/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {

let git_description = String::from_utf8(output.stdout).unwrap();

// Write the git description to a file which will be included in the crate
let out_dir = env::var_os("OUT_DIR").unwrap();
let dest_path = Path::new(&out_dir).join("git_description.rs");
let mut f = File::create(dest_path).unwrap();
Expand Down

0 comments on commit a8dedf5

Please sign in to comment.