From 68f96f9213e849d0d7c4cedf3edeaec99743ee27 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Aug 2015 09:51:15 +0200 Subject: New variable architecture --- build/operation.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'build/operation.cxx') diff --git a/build/operation.cxx b/build/operation.cxx index 607658f..a92c912 100644 --- a/build/operation.cxx +++ b/build/operation.cxx @@ -67,8 +67,7 @@ namespace build scope& base (scopes[out_base]); base.assign ("out_base") = out_base; - auto v (base.assign ("src_base") = src_base); - base.src_path_ = &v.as (); + base.src_path_ = &as (base.assign ("src_base") = src_base); // Load the buildfile unless it has already been loaded. // -- cgit v1.1