htl: Fix linking static testcases
They need libpthread.a
This commit is contained in:
parent
6db1094f7a
commit
db12905d1d
@ -207,3 +207,5 @@ $(addprefix $(objpfx), \
|
||||
$(tests-nolibpthread), \
|
||||
$(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so
|
||||
endif
|
||||
|
||||
$(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(objpfx)libpthread.a
|
||||
|
Loading…
x
Reference in New Issue
Block a user