From 5c623c8754da6f13036a42da0dc82b67eb50f297 Mon Sep 17 00:00:00 2001 From: NewtonChutney <70827815+NewtonChutney@users.noreply.github.com> Date: Fri, 22 Dec 2023 09:33:01 +0530 Subject: [PATCH] attempt with subpath from root --- helix-term/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-term/build.rs b/helix-term/build.rs index 7986cf826006..321233856673 100644 --- a/helix-term/build.rs +++ b/helix-term/build.rs @@ -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"); } }