From dd8ab4b49b2c17567cafd7ff659261e33167a627 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Fri, 19 Nov 2004 08:19:13 +0000 Subject: [PATCH] Bugfix: correctly handle project references with absolute paths on Windows. Thanks to Toon Knapen for the bug report. * build/project.jam (find): Call path.make on the project name. [SVN r26250] --- v2/build/project.jam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v2/build/project.jam b/v2/build/project.jam index c03f8149d..4ff8c10f4 100644 --- a/v2/build/project.jam +++ b/v2/build/project.jam @@ -128,7 +128,8 @@ rule find ( name : current-location ) if ! $(project-module) { - local location = [ path.root $(name) $(current-location) ] ; + local location = [ path.root + [ path.make $(name) ] $(current-location) ] ; # If no project is registered for the given location, try to # load it. First see if we have Jamfile. If not we might have project # root, willing to act as Jamfile. In that case, project-root