From c565c569e7486b8432f4616916f10ac3abccc732 Mon Sep 17 00:00:00 2001 From: Borislav Stanimirov Date: Sat, 29 Oct 2022 13:15:56 +0300 Subject: [PATCH] Define WHISPER_BUILD so as to export symbols on Windows --- whisper.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/whisper.cpp b/whisper.cpp index 3bbf1c4..f42976d 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -1,3 +1,4 @@ +#define WHISPER_BUILD #include "whisper.h" #include "ggml.h"