Fix CrstTypeTool to target the right header file on non-Windows platform (#32689)
authorSung Yoon Whang <suwhang@microsoft.com>
Sat, 22 Feb 2020 03:52:49 +0000 (19:52 -0800)
committerGitHub <noreply@github.com>
Sat, 22 Feb 2020 03:52:49 +0000 (19:52 -0800)
src/coreclr/src/inc/CrstTypeTool.cs

index 788c7ef..f32ade2 100644 (file)
@@ -65,7 +65,7 @@ class CrstTypeTool
         {
             // Calculate the filenames of the input and output files.
             string inputFile = "CrstTypes.def";
-            string outputFile = "CrstTypes.h";
+            string outputFile = "crsttypes.h";
 
             // A common error is to forget to check out the CrstTypes.h file first. Handle this case specially
             // so we can give a good error message.