From a093e86f991151228f64f89810f539ada40962b7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 6 Jun 2024 08:32:33 +0200 Subject: Use -pthread instead of -lpthread --- tests/fdstream/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/fdstream/buildfile') diff --git a/tests/fdstream/buildfile b/tests/fdstream/buildfile index ee90324..27f6cbe 100644 --- a/tests/fdstream/buildfile +++ b/tests/fdstream/buildfile @@ -6,4 +6,4 @@ import libs = libbutl%lib{butl} exe{driver}: {hxx cxx}{*} $libs if ($cxx.target.class != "windows") - cxx.libs += -lpthread + cxx.libs += -pthread -- cgit v1.1