mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
iis: adds openssl to the build scripts
openssl is necessary to have curl talking in https.
This commit is contained in:
@@ -35,6 +35,8 @@ copy "%OUTPUT_DIR%\pcre.dll" "%AMD64%"
|
||||
copy "%OUTPUT_DIR%\zlib1.dll" "%AMD64%"
|
||||
copy "%OUTPUT_DIR%\yajl.dll" "%AMD64%"
|
||||
copy "%OUTPUT_DIR%\fuzzy.dll" "%AMD64%"
|
||||
copy "%OUTPUT_DIR%\libeay32.dll" "%AMD64%"
|
||||
copy "%OUTPUT_DIR%\ssleay32.dll" "%AMD64%"
|
||||
|
||||
set SSDEEP_ARCH="x86"
|
||||
call build_dependencies.bat %VCARGS32%
|
||||
@@ -54,6 +56,8 @@ copy "%OUTPUT_DIR%\pcre.dll" "%X86%"
|
||||
copy "%OUTPUT_DIR%\zlib1.dll" "%X86%"
|
||||
copy "%OUTPUT_DIR%\yajl.dll" "%X86%"
|
||||
copy "%OUTPUT_DIR%\fuzzy.dll" "%X86%"
|
||||
copy "%OUTPUT_DIR%\libeay32.dll" "%X86%"
|
||||
copy "%OUTPUT_DIR%\ssleay32.dll" "%X86%"
|
||||
|
||||
|
||||
:: copy %OUTPUT_DIR%\Installer.exe %RELEASE_DIR%
|
||||
|
Reference in New Issue
Block a user