diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-30 14:44:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2023-03-30 14:44:27 +0200 |
commit | 24731f0c53dc0e7e075456b6c5e04b2c24695086 (patch) | |
tree | 2bce114f99d7a70e7649298f5c1cf0082efe0f1b | |
parent | aa4d8cc70b0c98a04e7d0e2b81617c6c202d2318 (diff) |
Add comdlg32.lib to list of system Windows 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 c2995f3..c68766c 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -581,6 +581,7 @@ namespace build2 continue; else if (cmp ("advapi32") || cmp ("bcrypt") || + cmp ("comdlg32") || cmp ("crypt32") || cmp ("d2d1") || cmp ("d3d", 3) || // d3d* |