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