blob: 27f6cbe741afa4fa392d77ed9a10f61c9fa1000b (
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 += -pthread
|