From 7b3fe2cc608928df3b885168a0676a771f7bc7be Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 8 Jan 2023 12:16:15 +0100 Subject: Version 1.17; fix build and upload for distributions --- tests/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Makefile b/tests/Makefile index 9ce3dad..5f162de 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -17,7 +17,9 @@ CXXFLAGS+= -I. -I.. -fPIE CXXTESTFLAGS= -LIBS=\ +CXXFLAGS+=$(shell pkg-config --cflags fmt) + +LIBS+=\ -lreichwein \ -lboost_context \ -lboost_filesystem \ -- cgit v1.2.3