From ce71477a37c48e37d1118b7a69cc592b62dc6240 Mon Sep 17 00:00:00 2001 From: flavio Date: Sun, 2 Jun 2024 20:46:12 +0200 Subject: [PATCH] fix: fmt --- sys/build.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/build.rs b/sys/build.rs index 0ac474a..248fa11 100644 --- a/sys/build.rs +++ b/sys/build.rs @@ -63,7 +63,7 @@ fn main() { println!("cargo:rustc-link-lib=hipblas"); println!("cargo:rustc-link-lib=rocblas"); println!("cargo:rustc-link-lib=amdhip64"); - + cfg_if::cfg_if! { if #[cfg(target_os = "windows")] { 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.") @@ -80,7 +80,7 @@ fn main() { } } } - + println!("cargo:rerun-if-changed=wrapper.h"); let out = PathBuf::from(env::var("OUT_DIR").unwrap());