diff options
Diffstat (limited to 'build/context.cxx')
-rw-r--r-- | build/context.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/context.cxx b/build/context.cxx index dce6967..32c9e9b 100644 --- a/build/context.cxx +++ b/build/context.cxx @@ -38,6 +38,10 @@ namespace build scopes.clear (); variable_pool.clear (); + // Enter builtin variables. + // + variable_pool.insert (variable ("subprojects", '=')); + // Create global scope. For Win32 we use the empty path since there // is no "real" root path. On POSIX, however, this is a real path. // See the comment in <build/path-map> for details. |