Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hlhr202 committed Apr 6, 2023
1 parent 86d6171 commit bdb7a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ggml-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ fn main() {
if std::env::var("HOST") == std::env::var("TARGET") {
build.flag("-mcpu=native");
} else {
#[allow(clippy::single_match)]
match target_os.as_str() {
"macos" => {
build.flag("-mcpu=apple-m1");
Expand Down

0 comments on commit bdb7a1f

Please sign in to comment.