Skip to content

Commit 44cb044

Browse files
authored
whisper : fix build with -Werror=undef (ggml-org#1045)
1 parent 6c68218 commit 44cb044

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)