more path mangling, because DOS
This commit is contained in:
parent
6f408e050b
commit
dea7dedaf8
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ parseCollect2 = do
|
|||
path <- manyTill anyChar (try $ string ldcmd)
|
||||
char ' '
|
||||
params <- restOfLine
|
||||
return $ CmdParams (path ++ ldcmd) params Nothing
|
||||
return $ CmdParams (path ++ ldcmd) (escapeDosPaths params) Nothing
|
||||
where
|
||||
ldcmd = "ld.exe"
|
||||
|
||||
|
|
Loading…
Reference in a new issue