Fixed bootstrapping on osx/linux

- This won’t fully work since we need to download a precanned build
from somewhere.
This commit is contained in:
David Fowler 2015-10-18 02:38:46 -07:00
parent 3495781233
commit d5d3fd086c
7 changed files with 24 additions and 29 deletions

View file

@ -156,7 +156,6 @@ namespace Microsoft.DotNet.Tools.Compiler
// Default suppressions
"-nowarn:CS1701",
"-nowarn:CS1702",
"-nowarn:CS1705",
"-nostdlib",
"-nologo",
$"-out:\"{outputName}\""