You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit adds pthread to the test-wer target for FreeBSD. This is
necessary to avoid the following error:
```console
[68%] Linking CXX executable ../bin/test-wer
ld: error: undefined reference due to --no-allow-shlib-undefined: pthread_create
>>> referenced by ../src/libwhisper.so.1.7.4
c++: error: linker command failed with exit code 1 (use -v to see invocation)
gmake[2]: *** [tests/CMakeFiles/test-wer.dir/build.make:106: bin/test-wer] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:1421: tests/CMakeFiles/test-wer.dir/all] Error 2
```
Refs: https://github.com/ggerganov/whisper.cpp/actions/runs/14218829646/job/39841747819
0 commit comments