Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ILLink.Tasks/LinkTask.cs')
-rw-r--r--src/ILLink.Tasks/LinkTask.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ILLink.Tasks/LinkTask.cs b/src/ILLink.Tasks/LinkTask.cs
index a2960f1c4..a9b360fb6 100644
--- a/src/ILLink.Tasks/LinkTask.cs
+++ b/src/ILLink.Tasks/LinkTask.cs
@@ -200,7 +200,7 @@ namespace ILLink.Tasks
/// </summary>
public ITaskItem[] CustomSteps { get; set; }
- private readonly static string DotNetHostPathEnvironmentName = "DOTNET_HOST_PATH";
+ private const string DotNetHostPathEnvironmentName = "DOTNET_HOST_PATH";
private string _dotnetPath;