From 2f6392f4b0c3cc6caffbfac0911dba99f5094887 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Jun 2015 15:25:36 +0200 Subject: Add char-scanner to libbutl, use in libbpkg and build2 --- butl/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'butl/buildfile') diff --git a/butl/buildfile b/butl/buildfile index e9fc900..a1b5a32 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 filesystem path process timestamp} +lib{butl}: cxx{char-scanner fdstream filesystem path process timestamp} cxx.poptions += -I$src_root lib{butl}: cxx.export.poptions = -I$src_root -- cgit v1.1