From 07ab59a93f9447d5489743e8d7e19b6adb5ebbf1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 9 Jul 2021 20:55:15 +0300 Subject: Add support for configuration type and bdep-config-link sub-command --- bdep/fetch.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bdep/fetch.cxx') diff --git a/bdep/fetch.cxx b/bdep/fetch.cxx index 93a727f..96bfd4b 100644 --- a/bdep/fetch.cxx +++ b/bdep/fetch.cxx @@ -40,7 +40,7 @@ namespace bdep database db (open (prj, trace)); transaction t (db.begin ()); - cfgs = find_configurations (o, prj, t); + cfgs = find_configurations (o, prj, t).first; t.commit (); } -- cgit v1.1