fix compilation error
This commit is contained in:
parent
82d538c43a
commit
67a17393f8
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ namespace Microsoft.DotNet.Tools.Compiler
|
|||
|
||||
if (isNative)
|
||||
{
|
||||
success &= CompileNative(context, configuration.Value() ?? Constants.DefaultConfiguration, output.Value(), buildProjectReferences, native.Value());
|
||||
success &= CompileNative(context, configuration.Value() ?? Constants.DefaultConfiguration, output.Value(), buildProjectReferences);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue