diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-25 11:21:25 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-25 11:21:25 +0200 |
commit | ff428efce81c7632724fd24028430523bb1e8fce (patch) | |
tree | a6763d810076a56454c3e3136971d991a043eeeb /libbuild2/cc | |
parent | 9945644d498c973fe5a7d82b88482593a6633ef7 (diff) |
Add dbgeng.lib to list of Windows system libraries
Diffstat (limited to 'libbuild2/cc')
-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 494c087..15c6e3f 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -894,6 +894,7 @@ namespace build2 else if (cmp ("advapi32") || cmp ("bcrypt") || cmp ("crypt32") || + cmp ("dbgeng") || cmp ("d3d", 3) || // d3d* cmp ("gdi32") || cmp ("imagehlp") || |