aboutsummaryrefslogtreecommitdiff
path: root/bdep/config.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-12 09:41:09 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-12 09:41:09 +0200
commit4d181c3aad97f8ee224666ce5c757036c5f610d5 (patch)
tree84f217c524bbcd4d38b3419a72df25942232decd /bdep/config.cxx
parentd8acf937750958313b565e17eb33191e90dd4b36 (diff)
Store initialized packages for each configuration in database
Diffstat (limited to 'bdep/config.cxx')
-rw-r--r--bdep/config.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bdep/config.cxx b/bdep/config.cxx
index f7d74ed..1e646a3 100644
--- a/bdep/config.cxx
+++ b/bdep/config.cxx
@@ -48,7 +48,8 @@ namespace bdep
name,
path,
move (rel_path),
- *def});
+ *def,
+ {} /* packages */});
try
{