aboutsummaryrefslogtreecommitdiff
path: root/build/scope
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2015-08-14 15:48:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2015-08-14 15:48:34 +0200
commit47bf5cd6a167730ee06a1c7cffeae6540f67dde0 (patch)
tree7c9c07d33b41be75d1a5d6ec40c153beda2a2a19 /build/scope
parentf62ff2e840fd92a03b4a3298de938d426f8b5c7a (diff)
Rework meta/operation registration
We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis.
Diffstat (limited to 'build/scope')
-rw-r--r--build/scope4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/scope b/build/scope
index 9fb8061..6edb43a 100644
--- a/build/scope
+++ b/build/scope
@@ -116,8 +116,8 @@ namespace build
// Meta/operations supported by this project (set on the root
// scope only).
//
- meta_operation_table meta_operations;
- operation_table operations;
+ build::meta_operations meta_operations;
+ build::operations operations;
typedef build::path path_type;