diff options
Diffstat (limited to 'build/context.cxx')
-rw-r--r-- | build/context.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/context.cxx b/build/context.cxx index 6c37e38..e9434f7 100644 --- a/build/context.cxx +++ b/build/context.cxx @@ -16,6 +16,9 @@ namespace build path work; path home; + execution_mode current_mode; + const target_rule_map* current_rules; + path src_out (const path& out, scope& s) { |