From e037a2efc94fc563f86cfc126cba2d3ba67265eb Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 Jul 2019 13:59:06 +0200 Subject: Minor improvements --- build2/cc/windows-rpath.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/windows-rpath.cxx') diff --git a/build2/cc/windows-rpath.cxx b/build2/cc/windows-rpath.cxx index d18e36d..5b49033 100644 --- a/build2/cc/windows-rpath.cxx +++ b/build2/cc/windows-rpath.cxx @@ -293,7 +293,7 @@ namespace build2 // Symlink or copy the DLLs. // { - const scope& as (*t.root_scope ().weak_scope ()); // Amalgamation. + const scope& as (t.weak_scope ()); // Amalgamation. auto link = [&as, &ad] (const path& f, const path& l) { -- cgit v1.1