diff options
| -rw-r--r-- | .appveyor.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index e6599e654..09a608a73 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,8 @@ install: git submodule update --init --recursive build_script: - - del C:\Windows\system32\libssl-*.dll C:\Windows\system32\libcrypto-*.dll + - del C:\Windows\System32\libssl-*.dll C:\Windows\system32\libcrypto-*.dll + - del C:\Windows\SysWOW64\libssl-*.dll C:\Windows\SysWOW64\libcrypto-*.dll - C:\msys64\usr\bin\pacman -Syuu %PACMAN_OPTIONS% - C:\msys64\usr\bin\bash --login -c "$(cygpath ${APPVEYOR_BUILD_FOLDER})/buildtools/appveyor.sh" |
