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:
@@ -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 = ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user