diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2025-02-07 10:09:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2025-02-07 10:09:24 +0200 |
commit | e8f17643860e36c8a2c12a02dde0f1bfe013c620 (patch) | |
tree | 0a3c881c75ae6ecd1a8de92d60cfd1fb66beef45 /libbuild2/cc/pkgconfig.cxx | |
parent | 1450a0f1466a8cfb48ed17ea07beff7f0c4b4a02 (diff) |
Add ntdll.lib to Windows system libraries list
Diffstat (limited to 'libbuild2/cc/pkgconfig.cxx')
-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 79a38ea..d4be03b 100644 --- a/libbuild2/cc/pkgconfig.cxx +++ b/libbuild2/cc/pkgconfig.cxx @@ -693,6 +693,7 @@ namespace build2 cmp ("msxml", 5) || // msxml* cmp ("netapi32") || cmp ("normaliz") || + cmp ("ntdll") || cmp ("odbc32") || cmp ("ole32") || cmp ("oleaut32") || |