aboutsummaryrefslogtreecommitdiff
path: root/build2/parser.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/parser.cxx')
-rw-r--r--build2/parser.cxx1
1 files changed, 1 insertions, 0 deletions
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<paths>::value_type) :
n == "dir_paths" ? ptr (value_traits<dir_paths>::value_type) :
n == "names" ? ptr (value_traits<vector<name>>::value_type) :
+ n == "name_pair" ? ptr (value_traits<name_pair>::value_type) :
nullptr;
}