diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-05-29 09:55:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-05-29 14:12:00 +0200 |
commit | 609c81c87b2e672ebf64e10d709da869d0355495 (patch) | |
tree | d9b264f250a03844a8a6c226a5f7984f9c52d40a /libbuild2/build/script/parser.hxx | |
parent | 9bea2f465cc2b47e06d65d6a29cb0f0f0c37f29c (diff) |
New 'lines' dependency format in depdb-dyndep
Diffstat (limited to 'libbuild2/build/script/parser.hxx')
-rw-r--r-- | libbuild2/build/script/parser.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/build/script/parser.hxx b/libbuild2/build/script/parser.hxx index 7417e9e..f975194 100644 --- a/libbuild2/build/script/parser.hxx +++ b/libbuild2/build/script/parser.hxx @@ -143,7 +143,7 @@ namespace build2 // depdb-dyndep --byproduct logic (which fits better into the rule // implementation). // - enum class dyndep_format {make}; + enum class dyndep_format {make, lines}; struct dyndep_byproduct { |