From ea57c514dc169afb3ece21ff2e4c1d2ab0c47d6a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 4 Aug 2021 06:45:02 +0200 Subject: Take into account file-base'ness in ad hoc buildscript recipes --- libbuild2/parser.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'libbuild2/parser.hxx') diff --git a/libbuild2/parser.hxx b/libbuild2/parser.hxx index 1095eeb..bc5bf4b 100644 --- a/libbuild2/parser.hxx +++ b/libbuild2/parser.hxx @@ -139,6 +139,7 @@ namespace build2 parse_recipe (token&, token_type&, const token&, small_vector, 1>&, + const target_type* = nullptr, const string& = {}); // Ad hoc target names inside < ... >. -- cgit v1.1