Commit 7087ff0
committed
fix(crispasr): link renamed crispasr-lib CMake target
Upstream CrispASR f0491231 renamed the main library CMake target from
`crispasr` to `crispasr-lib` (keeping OUTPUT_NAME crispasr, adding only
`add_library(whisper ALIAS crispasr-lib)`). The wrapper still referenced
the old target name, so CMake degraded `crispasr` to a plain `-lcrispasr`
link flag and ld failed with `cannot find -lcrispasr` across the whole
backend-build matrix.
Point target_link_libraries at the new `crispasr-lib` target. Verified
locally: CMake configure now resolves the gocrispasr link line to the
real sources/CrispASR/src/libcrispasr.a archive instead of -lcrispasr.
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
Assisted-by: Claude:opus-4.8 [Claude Code]1 parent 5a73a18 commit 7087ff0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments