1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00

test: add -lpthread to Makefile

This resolves missing symbol build errors.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2018-01-15 23:07:12 -05:00
Ursprung 3da755713a
Commit f376b8e90d
+1 -1
Datei anzeigen
@@ -13,7 +13,7 @@ test: $(PROGRAMS)
include ../makeflags
LIBS = -lcrucible
LIBS = -lcrucible -lpthread
LDFLAGS = -L../lib -Wl,-rpath=$(shell realpath ../lib)
depends.mk: *.cc