diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-10 09:37:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-01-10 09:37:48 +0200 |
commit | fde8b3459fe4c8a34bc58a03918c2d5e6a5dbf97 (patch) | |
tree | a72c679bb6fdc83c30ce39722090e4181ef27842 | |
parent | 59dedd5cf8ab8d4b1cae3faed952982749e6f59a (diff) |
Add psapi.lib and iphlpapi.lib to list of Windows system libraries
-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 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") || |