diff options
Diffstat (limited to 'build/scope')
-rw-r--r-- | build/scope | 4 |
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; |