aboutsummaryrefslogtreecommitdiff
path: root/build/context.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/context.cxx')
-rw-r--r--build/context.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/context.cxx b/build/context.cxx
index d87ce11..958fb98 100644
--- a/build/context.cxx
+++ b/build/context.cxx
@@ -40,8 +40,8 @@ namespace build
global_scope = &scopes[dir_path ("/")];
#endif
- global_scope->variables["work"] = work;
- global_scope->variables["home"] = home;
+ global_scope->assign ("work") = work;
+ global_scope->assign ("home") = home;
}
fs_status<mkdir_status>