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%"
3232copy " %OUTPUT_DIR% \ModSecurityIIS.dll" " %AMD64% "
3333copy " %OUTPUT_DIR% \pcre.dll" " %AMD64% "
3434copy " %OUTPUT_DIR% \zlib1.dll" " %AMD64% "
35+ copy " %OUTPUT_DIR% \yajl.dll" " %AMD64% "
3536
3637
3738call build_dependencies.bat %VCARGS32%
@@ -47,8 +48,9 @@ copy "%OUTPUT_DIR%\libxml2.dll" "%X86%"
4748copy " %OUTPUT_DIR% \lua5.1.dll" " %X86% "
4849copy " %OUTPUT_DIR% \mlogc.exe" " %X86% "
4950copy " %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% "
5254
5355
5456:: copy %OUTPUT_DIR%\Installer.exe %RELEASE_DIR%
You can’t perform that action at this time.
0 commit comments