diff --git a/whisper.cpp b/whisper.cpp index 65c57f7d..74cfd7b2 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -1,5 +1,5 @@ #include "whisper.h" -#if WHISPER_USE_COREML +#ifdef WHISPER_USE_COREML #include "coreml/whisper-encoder.h" #endif