mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
Fix stupid bug, that broke using xsltproc ;
[SVN r62238]
This commit is contained in:
@@ -36,7 +36,7 @@ rule init ( xsltproc ? )
|
||||
{
|
||||
$(.initialized) = true ;
|
||||
.xsltproc = $(xsltproc) ;
|
||||
.is-cygwin = [ .is-cygwin $(xsltproc) ] ;
|
||||
.is-cygwin = [ .is-cygwin $(xsltproc:E=xsltproc) ] ;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user