Skip to content

Commit eb7c6a1

Browse files
authored
whisper : fix build with -Werror=undef (ggml-org#1045)
1 parent 9df11ee commit eb7c6a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

whisper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include "whisper.h"
2-
#if WHISPER_USE_COREML
2+
#ifdef WHISPER_USE_COREML
33
#include "coreml/whisper-encoder.h"
44
#endif
55

0 commit comments

Comments
 (0)