From a8fc877aa93bb9c2dcc9ccde372a943dcfd25cfb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 17 Jun 2015 11:07:21 +0200 Subject: Implement ifdstream, file descriptor input stream This is a portable replacement for GNU . --- butl/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/buildfile') diff --git a/butl/buildfile b/butl/buildfile index 5ccc75a..76629d5 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -2,5 +2,5 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -lib{butl}: cxx{dummy} +lib{butl}: cxx{fdstream} lib{butl}: cxx.export.poptions = -I$src_root -- cgit v1.1