whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

Add runtime destination install

Open aviks opened this issue 2 years ago • 0 comments

Needed for mingw32 build to successfully install the dlls in the correct location.

I realise the default setting in the CMakefile disables the shared library build for mingw32, but when I force it on, I need this change to install the dlls.

(As an aside, we compile and ship binaries for about 9 different platforms for this library for the Julia ecosystem. https://github.com/JuliaPackaging/Yggdrasil/pull/6021)

aviks avatar Dec 30 '22 14:12 aviks