diff options
Diffstat (limited to 'libbuild2/cc')
-rw-r--r-- | libbuild2/cc/common.cxx | 2 | ||||
-rw-r--r-- | libbuild2/cc/msvc.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libbuild2/cc/common.cxx b/libbuild2/cc/common.cxx index cf6d546..6bd9ac3 100644 --- a/libbuild2/cc/common.cxx +++ b/libbuild2/cc/common.cxx @@ -673,7 +673,7 @@ namespace build2 { if (l.owns_lock ()) { - s->member = i; // We are first. + s->adhoc_member = i; // We are first. l.unlock (); } else diff --git a/libbuild2/cc/msvc.cxx b/libbuild2/cc/msvc.cxx index 77d5330..8887555 100644 --- a/libbuild2/cc/msvc.cxx +++ b/libbuild2/cc/msvc.cxx @@ -585,7 +585,7 @@ namespace build2 { if (l.owns_lock ()) { - s->member = i; // We are first. + s->adhoc_member = i; // We are first. l.unlock (); } else |