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 a20a7e2..699cc3c 100644 --- a/build/context.cxx +++ b/build/context.cxx @@ -74,6 +74,8 @@ namespace build // variable_pool.find ("subprojects", nullptr, '='); + variable_pool.find ("extension", string_type); + // Create global scope. For Win32 this is not a "real" root path. // On POSIX, however, this is a real path. See the comment in // <build/path-map> for details. |