aboutsummaryrefslogtreecommitdiff
path: root/build2/b.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/b.cxx')
-rw-r--r--build2/b.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/b.cxx b/build2/b.cxx
index e7c8721..713b227 100644
--- a/build2/b.cxx
+++ b/build2/b.cxx
@@ -792,7 +792,7 @@ main (int argc, char* argv[])
bool first (true);
for (const variable_override& o: var_ovs)
{
- auto p (rs.vars.assign (o.ovr));
+ auto p (rs.vars.insert (o.ovr));
if (!p.second)
{