diff options
Diffstat (limited to 'tests/fdstream/buildfile')
-rw-r--r-- | tests/fdstream/buildfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/fdstream/buildfile b/tests/fdstream/buildfile index f494dcf..f69bc95 100644 --- a/tests/fdstream/buildfile +++ b/tests/fdstream/buildfile @@ -6,3 +6,6 @@ import libs = libbutl%lib{butl} libs += $stdmod_lib exe{driver}: {hxx cxx}{*} $libs + +if ($cxx.target.class != "windows") + cxx.libs += -lpthread |