2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

cygwin-to-windows-path accepts full windows path

Still not work for UNC path.
This commit is contained in:
ErofeevK
2017-02-27 10:30:37 +07:00
committed by GitHub
parent 194928230e
commit d03365433f

View File

@@ -60,7 +60,7 @@ rule cygwin-to-windows-path ( path )
}
tail = $(tail:R=$(head:D=)) ;
if $(head) = /
if $(head) = "/" || [ MATCH "^([a-zA-Z]:/)$" : $(head) ]
{
head = ;
}