diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/builtin/buildfile | 2 | ||||
-rw-r--r-- | tests/fdstream/buildfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/builtin/buildfile b/tests/builtin/buildfile index 8d22fe4..2f23ab2 100644 --- a/tests/builtin/buildfile +++ b/tests/builtin/buildfile @@ -8,4 +8,4 @@ import libs = libbutl%lib{butl} exe{driver}: {hxx cxx}{*} $libs testscript{*} if ($cxx.target.class != 'windows') - cxx.libs += -lpthread + cxx.libs += -pthread 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 |