From 6144c196df4a38689cc027781c356219548a4a90 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 11:37:25 +0200 Subject: Move process from build2 to libbutl --- butl/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/buildfile') diff --git a/butl/buildfile b/butl/buildfile index da6af95..c289532 100644 --- a/butl/buildfile +++ b/butl/buildfile @@ -2,6 +2,6 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -lib{butl}: cxx{fdstream} +lib{butl}: cxx{fdstream process} cxx.poptions += -I$src_root lib{butl}: cxx.export.poptions = -I$src_root -- cgit v1.1