File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ copy "%OUTPUT_DIR%\mlogc.exe" "%AMD64%"
32
32
copy " %OUTPUT_DIR% \ModSecurityIIS.dll" " %AMD64% "
33
33
copy " %OUTPUT_DIR% \pcre.dll" " %AMD64% "
34
34
copy " %OUTPUT_DIR% \zlib1.dll" " %AMD64% "
35
+ copy " %OUTPUT_DIR% \yajl.dll" " %AMD64% "
35
36
36
37
37
38
call build_dependencies.bat %VCARGS32%
@@ -47,8 +48,9 @@ copy "%OUTPUT_DIR%\libxml2.dll" "%X86%"
47
48
copy " %OUTPUT_DIR% \lua5.1.dll" " %X86% "
48
49
copy " %OUTPUT_DIR% \mlogc.exe" " %X86% "
49
50
copy " %OUTPUT_DIR% \ModSecurityIIS.dll" " %X86% "
50
- copy %OUTPUT_DIR% \pcre.dll " %X86% "
51
- copy %OUTPUT_DIR% \zlib1.dll " %X86% "
51
+ copy " %OUTPUT_DIR% \pcre.dll" " %X86% "
52
+ copy " %OUTPUT_DIR% \zlib1.dll" " %X86% "
53
+ copy " %OUTPUT_DIR% \yajl.dll" " %X86% "
52
54
53
55
54
56
:: copy %OUTPUT_DIR%\Installer.exe %RELEASE_DIR%
You can’t perform that action at this time.
0 commit comments