From eaad5ec83ff7292408c2241c881521b98a4f183f Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 1 Mar 2022 00:01:30 +0100 Subject: [PATCH] Tests: link against libpEpCxx11.a --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 8f9ad59..c728263 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 -lm +LDLIBS=-lstdc++ -lpEpEngine -lpEpCxx11 -lpEpAdapter -lPityTest11 -lpthread -ldl -lm CXXFLAGS:=-I../src -DENGINE_TEST=$(ENGINE_TEST) $(CXXFLAGS) # Test