Skip to content

Commit

Permalink
Fixed version check in targets file
Browse files Browse the repository at this point in the history
  • Loading branch information
smaillet committed Jul 14, 2018
1 parent 165327d commit 8768b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Llvm-Libs.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project InitialTargets="VerifyLlvmVersion">
<Target Name="VerifyLlvmVersion">
<Error Condition="'$(LlvmVersionMajor)'!='6' OR $(LlvmVersionMinor)!='0' OR $(LlvmVersionPatch)!='0'"
<Error Condition="'$(LlvmVersionMajor)'!='6' OR $(LlvmVersionMinor)!='0' OR $(LlvmVersionPatch)!='1'"
Text="Llvm Version property was altered, this will likely cause broken builds or runtime failures"
/>
</Target>
Expand Down

0 comments on commit 8768b5f

Please sign in to comment.