diff options
Diffstat (limited to 'build/context.cxx')
-rw-r--r-- | build/context.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/context.cxx b/build/context.cxx index 79753ec..a298d41 100644 --- a/build/context.cxx +++ b/build/context.cxx @@ -20,6 +20,8 @@ namespace build path src_base; path out_base; + scope* root_scope; + path src_out (const path& o) { |