aarnphm / whispercpp

Pybind11 bindings for Whisper.cpp
Apache License 2.0
322 stars 57 forks source link

bug: static link library based on platform #19

Closed aarnphm closed 1 year ago

aarnphm commented 1 year ago

Describe the bug

included shared library should adhere to platform specific. Right now .so is used for every platform.

MacOS -> .dylib Linux -> .so Windows -> .dll

To reproduce

No response

Expected behavior

No response

Environment

bazel: 6 macos