1
0
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:
Zygo Blaxell 2018-01-15 23:07:12 -05:00
parent 3da755713a
commit f376b8e90d

View File

@ -13,7 +13,7 @@ test: $(PROGRAMS)
include ../makeflags
LIBS = -lcrucible
LIBS = -lcrucible -lpthread
LDFLAGS = -L../lib -Wl,-rpath=$(shell realpath ../lib)
depends.mk: *.cc