From fde8b3459fe4c8a34bc58a03918c2d5e6a5dbf97 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 10 Jan 2022 09:37:48 +0200 Subject: Add psapi.lib and iphlpapi.lib to list of Windows system libraries --- libbuild2/cc/pkgconfig.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/cc/pkgconfig.cxx') diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 54fc05f..617834e 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -905,6 +905,7 @@ namespace build2 cmp ("glu32") || cmp ("imagehlp") || cmp ("imm32") || + cmp ("iphlpapi") || cmp ("kernel32") || cmp ("mpr") || cmp ("mswsock") || @@ -915,6 +916,7 @@ namespace build2 cmp ("ole32") || cmp ("oleaut32") || cmp ("opengl32") || + cmp ("psapi") || cmp ("rpcrt4") || cmp ("secur32") || cmp ("shell32") || -- cgit v1.1