diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-24 10:43:46 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-07-24 10:43:46 +0200 |
commit | 0f265841e3d3a9a2b63f6f1a3cfa46b9ddc72b89 (patch) | |
tree | 480b499e565a6ac34b04cd935d1f1165bf9e8359 /libbuild2 | |
parent | 778342d1d96396919d7884e02be2ba98ac7d157b (diff) |
Add setupapi.lib to list of Windows system libraries
Diffstat (limited to 'libbuild2')
-rw-r--r-- | libbuild2/cc/pkgconfig.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx index 4fd7486..362e867 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -624,6 +624,7 @@ namespace build2 cmp ("psapi") || cmp ("rpcrt4") || cmp ("secur32") || + cmp ("setupapi") || cmp ("shell32") || cmp ("shlwapi") || cmp ("synchronization") || |