thepowersgang / mrustc

Alternative rust compiler (re-implementation)
MIT License
2.18k stars 109 forks source link

minicargo - fix argument quoting on Windows #289

Closed arlosi closed 2 years ago

arlosi commented 2 years ago

Adds argument escaping in minicargo for Windows based on the approach described here:

https://docs.microsoft.com/en-us/archive/blogs/twistylittlepassagesallalike/everyone-quotes-command-line-arguments-the-wrong-way

thepowersgang commented 2 years ago

Cool.