diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-03 15:09:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-04-03 15:09:28 +0200 |
commit | 31b32815407db4263c2aad3c4ca721fd8a9f3c8a (patch) | |
tree | e0bda7641418c0b72c900e78643189f02fd2f3eb /libbuild2 | |
parent | 24731f0c53dc0e7e075456b6c5e04b2c24695086 (diff) |
Add authz.lib to Windows system library list
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 c68766c..81c2d72 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -580,6 +580,7 @@ namespace build2 if (l[0] != '-') // e.g., just shell32.lib continue; else if (cmp ("advapi32") || + cmp ("authz") || cmp ("bcrypt") || cmp ("comdlg32") || cmp ("crypt32") || |