diff --git a/waflib/ConfigSet.py b/waflib/ConfigSet.py index a11920e1..fc5c9002 100644 --- a/waflib/ConfigSet.py +++ b/waflib/ConfigSet.py @@ -312,8 +312,7 @@ class ConfigSet(object): :param d: object to use the value from :type d: dict-like object """ - for k, v in d.items(): - self[k] = v + self.table.update(d) def stash(self): """