mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Use forward slashes in path parameters to xsltproc. This should hopefully make the main doc build work with cygwin tools
[SVN r62256]
This commit is contained in:
@@ -102,7 +102,7 @@ rule compute-xslt-flags ( target : properties * )
|
||||
|
||||
for local dir in $(implicit-target-directories)
|
||||
{
|
||||
flags += --path \"$(dir)\" ;
|
||||
flags += --path \"$(dir:T)\" ;
|
||||
}
|
||||
|
||||
return $(flags) ;
|
||||
|
||||
Reference in New Issue
Block a user