aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-10-21 13:51:42 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-10-21 13:51:42 +0200
commitc5e8a623d5d69517d7968bf8012d066f83f85e5e (patch)
treef6737c940586aac32e234756bb84a54879fd4fa7
parent63e2c029940ce8d2af9bfe5452efe7e695b674ee (diff)
Add more entries to list of Windows system libraries
-rw-r--r--libbuild2/cc/pkgconfig.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/cc/pkgconfig.cxx b/libbuild2/cc/pkgconfig.cxx
index 1b200b2..3033a2b 100644
--- a/libbuild2/cc/pkgconfig.cxx
+++ b/libbuild2/cc/pkgconfig.cxx
@@ -902,6 +902,7 @@ namespace build2
cmp ("dxgi") ||
cmp ("dxguid") ||
cmp ("gdi32") ||
+ cmp ("glu32") ||
cmp ("imagehlp") ||
cmp ("imm32") ||
cmp ("kernel32") ||
@@ -913,6 +914,7 @@ namespace build2
cmp ("odbc32") ||
cmp ("ole32") ||
cmp ("oleaut32") ||
+ cmp ("opengl32") ||
cmp ("rpcrt4") ||
cmp ("secur32") ||
cmp ("shell32") ||