From b11aaa16d404ce7dc55de6b7338dccbf053a72bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jul 2016 07:17:29 +0200 Subject: Adjust to new path implementation, use to support reversibility --- build2/scope | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/scope') diff --git a/build2/scope b/build2/scope index 70eb73d..2efa899 100644 --- a/build2/scope +++ b/build2/scope @@ -308,7 +308,7 @@ namespace build2 // directory (i.e., the calling code does not know what it is dealing // with), so let's use the whole path. // - return find (dir_path (p.string ())); + return find (path_cast (p)); } }; -- cgit v1.1