aboutsummaryrefslogtreecommitdiff
path: root/libbuild2
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-01-10 09:37:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-01-10 09:37:48 +0200
commitfde8b3459fe4c8a34bc58a03918c2d5e6a5dbf97 (patch)
treea72c679bb6fdc83c30ce39722090e4181ef27842 /libbuild2
parent59dedd5cf8ab8d4b1cae3faed952982749e6f59a (diff)
Add psapi.lib and iphlpapi.lib to list of Windows system libraries
Diffstat (limited to 'libbuild2')
-rw-r--r--libbuild2/cc/pkgconfig.cxx2
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") ||