diff options
Diffstat (limited to 'libbuild2/cc/common.cxx')
-rw-r--r-- | libbuild2/cc/common.cxx | 2 |
1 files changed, 1 insertions, 1 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 |