Skip to content

Commit 0fb4cd1

Browse files
author
Meghana Gupta
committed
Fix to avoid building wabt every time
wabt was building everytime because the project file had an incorrect header name
1 parent ac07d89 commit 0fb4cd1

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)