diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 14:39:07 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-30 14:39:07 +0200 |
commit | d5e4d325c6a4acc8df6f0e42bc7d76e1f833d58a (patch) | |
tree | aea61f78825f2fd6ce22a4630f6d555b4a8714c1 /build/dist/module.cxx | |
parent | b2374e3174e13682fcfa3ffe3fc62f2fd161a7cc (diff) |
Implement dist support for including/excluding targets
For example:
cxx{*-options}: dist = true
Diffstat (limited to 'build/dist/module.cxx')
-rw-r--r-- | build/dist/module.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
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); |