From 18d8a96d6e9ff9d3ffda2448fb3b4bad25e9542a Mon Sep 17 00:00:00 2001 From: flavio Date: Sun, 2 Jun 2024 12:43:14 +0200 Subject: [PATCH] improved panic message --- sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/build.rs b/sys/build.rs index 846189b..0ac474a 100644 --- a/sys/build.rs +++ b/sys/build.rs @@ -66,7 +66,7 @@ fn main() { cfg_if::cfg_if! { if #[cfg(target_os = "windows")] { - panic!("Not supported yet!!!") + panic!("Due to a problem with the last revision of the ROCm 5.7 library, it is not possible to compile the library for the windows environment.\nSee https://github.com/ggerganov/whisper.cpp/issues/2202 for more details.") } else { println!("cargo:rerun-if-env-changed=HIP_PATH");