Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
newfla committed Jun 2, 2024
1 parent 18d8a96 commit ce71477
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
Expand All @@ -80,7 +80,7 @@ fn main() {
}
}
}

println!("cargo:rerun-if-changed=wrapper.h");

let out = PathBuf::from(env::var("OUT_DIR").unwrap());
Expand Down

0 comments on commit ce71477

Please sign in to comment.