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:
@@ -787,7 +787,7 @@ module project-rules
|
||||
}
|
||||
if $(option[1]) = "build-dir"
|
||||
{
|
||||
explicit-build-dir = $(option[2-]) ;
|
||||
explicit-build-dir = [ path.make $(option[2-]) ] ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user