From 6150631ed35e6c8aa50816c9726adf73166867f4 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"