diff --git a/sys/build.rs b/sys/build.rs index 9a97c3e..e74ae3e 100644 --- a/sys/build.rs +++ b/sys/build.rs @@ -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 {