[aot] Wrap the commands we pass to Windows's system() in double quotes.
authorJoão Matos <joao@tritao.eu>
Fri, 13 Mar 2015 17:14:40 +0000 (17:14 +0000)
committerJoão Matos <joao@tritao.eu>
Fri, 13 Mar 2015 17:14:40 +0000 (17:14 +0000)
commit5b985a4daaf2526fc4575ea15e70c1350ba72408
tree9c81c11a8f19fbe407a209fb93e369cac30cf948
parent6fc403d545edf65a9b245861df18ddef45e4d6f8
[aot] Wrap the commands we pass to Windows's system() in double quotes.

We need an extra set of quotes around the whole command to properly handle commands
with spaces since internally the command is called through "cmd /c.

Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=27899.
mono/mini/aot-compiler.c