diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-04 06:45:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-08-04 06:45:02 +0200 |
commit | ea57c514dc169afb3ece21ff2e4c1d2ab0c47d6a (patch) | |
tree | e71ca9c5adf25aabb7ddb6a5e887415ecbfb36c0 /libbuild2/parser.hxx | |
parent | e767684a3462059852f7067a2297b1e18fdb3137 (diff) |
Take into account file-base'ness in ad hoc buildscript recipes
Diffstat (limited to 'libbuild2/parser.hxx')
-rw-r--r-- | libbuild2/parser.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
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<shared_ptr<adhoc_rule>, 1>&, + const target_type* = nullptr, const string& = {}); // Ad hoc target names inside < ... >. |