mirror of
https://github.com/Zygo/bees.git
synced 2025-07-05 18:12:27 +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:
@ -13,7 +13,7 @@ test: $(PROGRAMS)
|
||||
|
||||
include ../makeflags
|
||||
|
||||
LIBS = -lcrucible
|
||||
LIBS = -lcrucible -lpthread
|
||||
LDFLAGS = -L../lib -Wl,-rpath=$(shell realpath ../lib)
|
||||
|
||||
depends.mk: *.cc
|
||||
|
Reference in New Issue
Block a user