From 8205a652a4616aea84f24ff31235ea9941f47db6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 7 Mar 2017 10:24:02 +0200 Subject: Specify config.test.output variable --- build2/parser.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/parser.cxx') diff --git a/build2/parser.cxx b/build2/parser.cxx index 412b557..20d7bd2 100644 --- a/build2/parser.cxx +++ b/build2/parser.cxx @@ -1556,6 +1556,7 @@ namespace build2 n == "paths" ? ptr (value_traits::value_type) : n == "dir_paths" ? ptr (value_traits::value_type) : n == "names" ? ptr (value_traits>::value_type) : + n == "name_pair" ? ptr (value_traits::value_type) : nullptr; } -- cgit v1.1