blob: ee90324551edb6225c97a0daf953b7bebfa82c9f (
plain)
1
2
3
4
5
6
7
8
9
|
# file : tests/fdstream/buildfile
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
exe{driver}: {hxx cxx}{*} $libs
if ($cxx.target.class != "windows")
cxx.libs += -lpthread
|