mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
test: add -lpthread to Makefile
This resolves missing symbol build errors. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
parent
3da755713a
commit
f376b8e90d
@ -13,7 +13,7 @@ test: $(PROGRAMS)
|
|||||||
|
|
||||||
include ../makeflags
|
include ../makeflags
|
||||||
|
|
||||||
LIBS = -lcrucible
|
LIBS = -lcrucible -lpthread
|
||||||
LDFLAGS = -L../lib -Wl,-rpath=$(shell realpath ../lib)
|
LDFLAGS = -L../lib -Wl,-rpath=$(shell realpath ../lib)
|
||||||
|
|
||||||
depends.mk: *.cc
|
depends.mk: *.cc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user