aboutsummaryrefslogtreecommitdiff
path: root/build2/cc/pkgconfig.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/cc/pkgconfig.cxx')
-rw-r--r--build2/cc/pkgconfig.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/build2/cc/pkgconfig.cxx b/build2/cc/pkgconfig.cxx
index a9e3a34..13ba401 100644
--- a/build2/cc/pkgconfig.cxx
+++ b/build2/cc/pkgconfig.cxx
@@ -859,7 +859,7 @@ namespace build2
if (!lops.empty ())
{
- if (cid == compiler_id::msvc)
+ if (cclass == compiler_class::msvc)
{
// Translate -L to /LIBPATH.
//
@@ -1221,7 +1221,7 @@ namespace build2
//
n = l.path ().leaf ().base ().string ();
- if (cid != compiler_id::msvc)
+ if (cclass != compiler_class::msvc)
strip_lib ();
}