htl: Fix linking static testcases

They need libpthread.a
This commit is contained in:
Samuel Thibault 2020-02-09 17:57:27 +00:00
parent 6db1094f7a
commit db12905d1d

View File

@ -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