From 4f5b6cb7ed4e05e98cce7e692462f49e24b7a39a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 22 Aug 2019 14:38:57 +0200 Subject: Targets, scopes, vars --- libbuild2/install/rule.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/install/rule.cxx') diff --git a/libbuild2/install/rule.cxx b/libbuild2/install/rule.cxx index 48a404b..478aadd 100644 --- a/libbuild2/install/rule.cxx +++ b/libbuild2/install/rule.cxx @@ -741,7 +741,7 @@ namespace build2 cstrings args; string reld ( - cast ((*global_scope)["build.host.class"]) == "windows" + cast (rs.ctx.global_scope["build.host.class"]) == "windows" ? msys_path (chd) : relative (chd).string ()); @@ -785,7 +785,7 @@ namespace build2 dir_path chd (chroot_path (rs, base.dir)); string reld ( - cast ((*global_scope)["build.host.class"]) == "windows" + cast (rs.ctx.global_scope["build.host.class"]) == "windows" ? msys_path (chd) : relative (chd).string ()); -- cgit v1.1