From: Borislav Stanimirov Date: Sat, 29 Oct 2022 10:15:56 +0000 (+0300) Subject: Define WHISPER_BUILD so as to export symbols on Windows X-Git-Tag: upstream/1.7.4~1885 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=c565c569e7486b8432f4616916f10ac3abccc732;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp Define WHISPER_BUILD so as to export symbols on Windows --- diff --git a/whisper.cpp b/whisper.cpp index 3bbf1c46..f42976db 100644 --- a/whisper.cpp +++ b/whisper.cpp @@ -1,3 +1,4 @@ +#define WHISPER_BUILD #include "whisper.h" #include "ggml.h"