diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-27 14:48:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-09-27 14:48:23 +0200 |
commit | f1b72f7717050d18da3f2c79f4a16fab470bf5c4 (patch) | |
tree | 95974298e3fc64889eab2eaf9b75d65608d76998 /libbuild2/cc/pkgconfig.cxx | |
parent | 4ef4820f0f8537bd2f3b59948f5b79a0060398e3 (diff) |
List winhttp and powrprof as system Windows libraries
Diffstat (limited to 'libbuild2/cc/pkgconfig.cxx')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 647f9a7..f7256ef 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -528,6 +528,7 @@ namespace build2 cmp ("ole32") || cmp ("oleaut32") || cmp ("opengl32") || + cmp ("powrprof") || cmp ("psapi") || cmp ("rpcrt4") || cmp ("secur32") || @@ -538,6 +539,7 @@ namespace build2 cmp ("userenv") || cmp ("uuid") || cmp ("version") || + cmp ("winhttp") || cmp ("winmm") || cmp ("winspool") || cmp ("ws2") || |