ar
response files under MinGW contain paths with backslashes, which fails
#352
Labels
bug
Something isn't working
As reported in boostorg/url#779, the
gcc.archive
action creates response files in which the paths use backslashes as the separator, which the MinGWar
misinterprets as escapes.The fix is to change the
:E
part of this lineb2/src/tools/gcc.jam
Line 1094 in 5dca296
from
:E="$(>)"
to:E="$(>:T)"
.(I see that this has been reported before as #342.)
The text was updated successfully, but these errors were encountered: