Skip to content

Commit 40241f5

Browse files
author
Meghana Gupta
committed
[MERGE #5912 @meg-gupta] Fix to avoid building wabt every time
Merge pull request #5912 from meg-gupta:fixwabtbuild wabt was building everytime because the project file had an incorrect header name
2 parents ac07d89 + 0fb4cd1 commit 40241f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/wabt/wabt.vcxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<ClInclude Include="src\circular-array.h" />
103103
<ClInclude Include="src\color.h" />
104104
<ClInclude Include="src\common.h" />
105-
<ClInclude Include="src\error-formater.h" />
105+
<ClInclude Include="src\error-formatter.h" />
106106
<ClInclude Include="src\error.h" />
107107
<ClInclude Include="src\expr-visitor.h" />
108108
<ClInclude Include="src\feature.def" />
@@ -140,4 +140,4 @@
140140
</ItemGroup>
141141
<Import Project="$(BuildConfigPropsPath)Chakra.Build.targets" Condition="exists('$(BuildConfigPropsPath)Chakra.Build.targets')" />
142142
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
143-
</Project>
143+
</Project>

0 commit comments

Comments
 (0)