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

Merge pull request #169 from ErofeevK/gcc_win_cross_compile_fix

cygwin-to-windows-path accepts full windows path
This commit is contained in:
Rene Rivera
2017-05-30 07:00:20 -05:00
committed by GitHub

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 = ;
}