diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-14 12:39:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-14 12:39:14 +0200 |
commit | d267e350e3fb8571805f6d8eba9c0d7f41bf75c2 (patch) | |
tree | 57c39b9e4b4d10c76365e39dcc8642a8224d5e18 /libbuild2/cc/pkgconfig.cxx | |
parent | cbea7fec9a493e543ebc6284d17041c9e91cb28f (diff) |
Use tidier pc and def names instead of generic gen for .pc and .def generation
Diffstat (limited to 'libbuild2/cc/pkgconfig.cxx')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 3e74452..f0dc5c4 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -1477,7 +1477,7 @@ namespace build2 // prerequisite libraries. // if (verb) - text << "gen " << *t; + text << "pc " << *t; else if (verb >= 2) text << "cat >" << p; |