diff options
Diffstat (limited to 'tests/fdstream')
-rw-r--r-- | tests/fdstream/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |