From f1b72f7717050d18da3f2c79f4a16fab470bf5c4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Sep 2022 14:48:23 +0200 Subject: List winhttp and powrprof as system Windows libraries --- libbuild2/cc/pkgconfig.cxx | 2 ++ 1 file changed, 2 insertions(+) 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") || -- cgit v1.1