From 9a7575b2c6559e35538dfe5b18ae2adbb5c666be Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Thu, 23 Feb 2023 11:35:40 +0100 Subject: add missing ldflags -pthread and use -pthread consistently --- test/utils/cpp/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'test/utils/cpp') diff --git a/test/utils/cpp/TARGETS b/test/utils/cpp/TARGETS index 9da792dc..16daa3c7 100644 --- a/test/utils/cpp/TARGETS +++ b/test/utils/cpp/TARGETS @@ -21,6 +21,7 @@ , ["src/utils/cpp", "atomic"] ] , "stage": ["test", "utils", "cpp"] + , "private-ldflags": ["-pthread"] } , "TESTS": {"type": "install", "tainted": ["test"], "deps": ["path", "file_locking"]} -- cgit v1.2.3