[aot] Revert a change from d135465fba59f7257e2d225564df7c601015fee8 which broke the...
authorZoltan Varga <vargaz@gmail.com>
Thu, 1 Jun 2017 20:06:30 +0000 (16:06 -0400)
committerZoltan Varga <vargaz@gmail.com>
Thu, 1 Jun 2017 20:06:30 +0000 (16:06 -0400)
mono/mini/aot-compiler.c

index 385a4d43dd1622f6ab21ae5f344c0fa4457ced88..edc5ca6c69fe1a3d3bceae327266ae5b35548a47 100644 (file)
@@ -8639,7 +8639,7 @@ execute_system (const char * command)
 {
        int status = 0;
 
-#if defined(HOST_WIN32) && defined(HAVE_SYSTEM)
+#if defined(HOST_WIN32)
        // 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.
        char * quoted_command = g_strdup_printf ("\"%s\"", command);