diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-03 09:47:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-12-03 09:47:05 +0200 |
commit | 82e9227262a41bfa740952659b3b91d2d99e984e (patch) | |
tree | b0ee458f8cb0fb28ac0aae9b1927331a1d80a94c /libbuild2/build/script/parser.hxx | |
parent | d9745e79083e12a2c3eb129a20fc20be3607a4c3 (diff) |
Add depdb-dyndep --drop-cycles option
Diffstat (limited to 'libbuild2/build/script/parser.hxx')
-rw-r--r-- | libbuild2/build/script/parser.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/build/script/parser.hxx b/libbuild2/build/script/parser.hxx index bbdb052..d6f88f4 100644 --- a/libbuild2/build/script/parser.hxx +++ b/libbuild2/build/script/parser.hxx @@ -143,6 +143,7 @@ namespace build2 path file; string what; const target_type* default_type; + bool drop_cycles; }; dyndep_byproduct |