Skip to content

Commit

Permalink
logging pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonChutney committed Dec 24, 2023
1 parent 5c623c8 commit ff7c6c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-term/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ fn main() {
.expect("Failed to compile tree-sitter grammars");
}
if cfg!(target_os = "windows") {
println!("cargo:warning=CWD: {:?}", std::env::current_dir());
println!("cargo:rustc-link-lib=contrib/helix-icon-windows");
}
}

0 comments on commit ff7c6c6

Please sign in to comment.