Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tazz4843 committed Oct 27, 2023
1 parent ccccfe7 commit ba1b791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ fn main() {
if cfg!(feature = "opencl") {
config.define("WHISPER_CLBLAST", "ON");
}

if cfg!(feature = "metal") {
config.define("WHISPER_METAL", "ON");
} else {
Expand Down

0 comments on commit ba1b791

Please sign in to comment.