2
0
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:
Steven Watanabe
2010-05-27 03:36:44 +00:00
parent 905325025a
commit 4e9d28a099

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