Skip to content

Commit

Permalink
Use "-reference" in LinkTask
Browse files Browse the repository at this point in the history
  • Loading branch information
sbomer authored and marek-safar committed May 26, 2019
1 parent ea8a8e3 commit e883bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ILLink.Tasks/LinkTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ protected override string GenerateResponseFileCommands ()
if (!assemblyNames.Add (assemblyName))
continue;

args.Append ("--ref ").AppendLine (Quote (assemblyPath));
args.Append ("-reference ").AppendLine (Quote (assemblyPath));

string action = assembly.GetMetadata ("action");
if ((action != null) && (action.Length > 0)) {
Expand Down

0 comments on commit e883bd1

Please sign in to comment.