Skip to content

Commit 4a90198

Browse files
authored
Fix VS2019 build (string module) (#2009)
1 parent 72dc612 commit 4a90198

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows/vs2019/libyara/libyara.vcxproj

+1
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@
252252
<ClCompile Include="..\..\..\libyara\modules\pe\authenticode-parser\structs.c" />
253253
<ClCompile Include="..\..\..\libyara\modules\pe\authenticode-parser\certificate.c" />
254254
<ClCompile Include="..\..\..\libyara\modules\pe\pe_utils.c" />
255+
<ClCompile Include="..\..\..\libyara\modules\string\string.c" />
255256
<ClCompile Include="..\..\..\libyara\modules\tests\tests.c" />
256257
<ClCompile Include="..\..\..\libyara\modules\time\time.c" />
257258
<ClCompile Include="..\..\..\libyara\notebook.c" />

0 commit comments

Comments
 (0)