You've already forked linux-packaging-mono
Imported Upstream version 4.0.1.34
Former-commit-id: 7cbb4dcca51973689b8ece97588cddda2e4d01bb
This commit is contained in:
@@ -73,6 +73,8 @@ namespace Microsoft.Build.Tasks {
|
||||
commandLine.AppendSwitchIfNotNull ("/main:", MainEntryPoint);
|
||||
|
||||
// NoStandardLib
|
||||
if (Bag ["NoStandardLib"] != null && NoStandardLib)
|
||||
commandLine.AppendSwitch ("/nostdlib");
|
||||
|
||||
if (NoWarnings)
|
||||
commandLine.AppendSwitch ("/nowarn");
|
||||
|
||||
Reference in New Issue
Block a user