From a473abe80f4c42a366f0573bbbc762fa440b7fe6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 26 Apr 2022 10:39:03 +0200 Subject: Use new cmdline type for canned command lines in {Build,Test}script --- libbuild2/parser.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/parser.cxx') diff --git a/libbuild2/parser.cxx b/libbuild2/parser.cxx index 8343112..cc8fd9e 100644 --- a/libbuild2/parser.cxx +++ b/libbuild2/parser.cxx @@ -4731,6 +4731,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 == "cmdline" ? ptr (value_traits::value_type) : nullptr; } -- cgit v1.1