2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-17 13:42:14 +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:
Steven Watanabe
2010-05-27 03:36:44 +00:00
parent 9373651b5b
commit 1853ecc2a8

View File

@@ -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) ;