From ae28261ea6cf84d1ad1874e61945386c440e749d Mon Sep 17 00:00:00 2001 From: heck Date: Wed, 24 Nov 2021 16:41:54 +0000 Subject: [PATCH] Build: -lm was missing --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 38b3594..8f9ad59 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,7 +1,7 @@ include ../Makefile.conf LDFLAGS:=-L../src $(LDFLAGS) -LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter -lPityTest11 -lpthread -ldl +LDLIBS=-lstdc++ -lpEpEngine -lpEpAdapter -lPityTest11 -lpthread -ldl -lm CXXFLAGS:=-I../src -DENGINE_TEST=$(ENGINE_TEST) $(CXXFLAGS) # Test