Skip to content

Commit

Permalink
attempt with subpath from root
Browse files Browse the repository at this point in the history
  • Loading branch information
NewtonChutney committed Dec 22, 2023
1 parent d474112 commit 5c623c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ fn main() {
.expect("Failed to compile tree-sitter grammars");
}
if cfg!(target_os = "windows") {
println!("cargo:rustc-link-lib=./contrib/helix-icon-windows");
println!("cargo:rustc-link-lib=contrib/helix-icon-windows");
}
}

0 comments on commit 5c623c8

Please sign in to comment.