From d5e4d325c6a4acc8df6f0e42bc7d76e1f833d58a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Nov 2015 14:39:07 +0200 Subject: Implement dist support for including/excluding targets For example: cxx{*-options}: dist = true --- build/dist/module.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build/dist/module.cxx') diff --git a/build/dist/module.cxx b/build/dist/module.cxx index 0b60fa8..9bd058a 100644 --- a/build/dist/module.cxx +++ b/build/dist/module.cxx @@ -58,6 +58,8 @@ namespace build // if (first) { + variable_pool.find ("dist", bool_type); + variable_pool.find ("dist.package", string_type); variable_pool.find ("dist.root", dir_path_type); -- cgit v1.1