aboutsummaryrefslogtreecommitdiff
path: root/build/scope.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/scope.cxx')
-rw-r--r--build/scope.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scope.cxx b/build/scope.cxx
index 0495011..2b24702 100644
--- a/build/scope.cxx
+++ b/build/scope.cxx
@@ -88,7 +88,7 @@ namespace build
p = &find (k.directory ());
}
- s.i_ = er.first;
+ s.path_ = &er.first->first;
s.parent_ = p;
s.root_ = root ? &s : (p != nullptr ? p->root_ : nullptr);
}