diff options
Diffstat (limited to 'build/context')
-rw-r--r-- | build/context | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/context b/build/context index 8ebce26..39e00e7 100644 --- a/build/context +++ b/build/context @@ -23,6 +23,9 @@ namespace build // Current action (meta/operation). // + extern const meta_operation_info* current_mif; + extern const operation_info* current_oif; + extern execution_mode current_mode; extern const target_rule_map* current_rules; |