diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-08 15:04:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2024-10-08 15:04:24 +0200 |
commit | 2aeb84fd76f1f310022fe15f03efca78a2ccdd26 (patch) | |
tree | 0f5f193a9e632bb60d2e60894d01ca927a19a4b2 | |
parent | e2eebac99d3237ad790790a58702acd74b5aeff7 (diff) |
Add uxtheme.lib to list of Windows system libraries
-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 7e47534..ecef61c 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -707,6 +707,7 @@ namespace build2 cmp ("user32") || cmp ("userenv") || cmp ("uuid") || + cmp ("uxtheme") || cmp ("version") || cmp ("windowscodecs") || cmp ("winhttp") || |