diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 11:37:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-18 11:37:25 +0200 |
commit | 6144c196df4a38689cc027781c356219548a4a90 (patch) | |
tree | 46a7e6b2bc130217ceb325c5abc4369997fba81b /butl/buildfile | |
parent | ad74bfab5650d2766a63ee661219e3413d7a62f8 (diff) |
Move process from build2 to libbutl
Diffstat (limited to 'butl/buildfile')
-rw-r--r-- | butl/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |