Skip to content

Commit

Permalink
Fix typo in FSharpSource.targets
Browse files Browse the repository at this point in the history
  • Loading branch information
shum committed Sep 1, 2020
1 parent a79d1f2 commit 6339270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharpSource.targets
Expand Up @@ -162,7 +162,7 @@
<Message Text="FsLexToolPath = $(FsLexToolPath)" />
<Message Text="FsYaccToolPath = $(FsYaccToolPath)" />
<Message Text="ToolsDir = $(ToolsDir)" />
<Error Text="Expect $(FSharpTargetsPath) to exist" Condition="'!Exists('$(FSharpTargetsPath)')" />
<Error Text="Expect $(FSharpTargetsPath) to exist" Condition="!Exists('$(FSharpTargetsPath)')" />
<Error Text="Expect $(FSharpNetCoreLkgPath)\fsc.exe to exist when BUILD_PROTO_WITH_CORECLR_LKG==1" Condition="'$(BUILD_PROTO_WITH_CORECLR_LKG)' == 1 AND !Exists('$(FSharpNetCoreLkgPath)\fsc.exe')" />
<Error Text="Expect $(FscToolPath)\$(FscToolExe) to exist" Condition="!Exists('$(FscToolPath)\$(FscToolExe)')" />
<Error Text="Expect $(DotnetFscCompilerPath) to exist if non-empty" Condition="'$(DotnetFscCompilerPath)' != '' AND !Exists('$(DotnetFscCompilerPath)')" />
Expand Down

0 comments on commit 6339270

Please sign in to comment.