1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
This commit is contained in:
Anatol Belski
2018-09-13 10:06:49 +02:00
parent 6220d21c34
commit 24517d82cf

View File

@@ -21,7 +21,7 @@ if %errorlevel% neq 0 exit /b 3
if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libcrypto-1_1-x64.dll >NUL 2>NUL
if %errorlevel% neq 0 exit /b 3
if "%APPVEYOR%" equ "True" del /f /q C:\Windows\System32\libssl-1_1-x64.dll >NUL 2>NUL
if %errorlevel%
if %errorlevel% neq 0 exit /b 3
cd /D %APPVEYOR_BUILD_FOLDER%
if %errorlevel% neq 0 exit /b 3