diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-04-15 16:08:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-04-15 16:09:23 +0300 |
commit | c371e6eaea1a4b6ce3bcd9b778cd5636b3304ea4 (patch) | |
tree | f12370b7fc83968c44f017dc280d2db3637a2120 /tests/fdstream/buildfile | |
parent | ea26421a8e02c17a6b59ba4565a115cbefb91370 (diff) |
Add fdread() and fdselect()
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 |