mirror of
https://github.com/Mintplex-Labs/whisper.cpp.git
synced 2026-07-01 15:48:13 -04:00
040510a132
This commit adds a check to the platform in use and adjust the path to the addon.node shared library. The motivation for this change is that on windows addon.node library is built into build\bin\Release and on linux into build/Release. Resolves: https://github.com/ggml-org/whisper.cpp/issues/3360