2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 01:32:12 +00:00

Fix handling of build-dir attribute on windows. We did not correctly

recognize when it was absolute.


[SVN r28378]
This commit is contained in:
Vladimir Prus
2005-04-21 09:23:14 +00:00
parent 9e753a3f33
commit a9cbb4c7df

View File

@@ -787,7 +787,7 @@ module project-rules
}
if $(option[1]) = "build-dir"
{
explicit-build-dir = $(option[2-]) ;
explicit-build-dir = [ path.make $(option[2-]) ] ;
}
}