We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f075571 commit aee1daaCopy full SHA for aee1daa
appveyor/build_task.bat
@@ -45,15 +45,6 @@ if not exist "%DEPS_DIR%" (
45
)
46
if %errorlevel% neq 0 exit /b 3
47
48
-rem install libavif into dependency directory
49
-rem temporary workaround for libavif not being part of the official dependencies
50
-if not exist "%DEPS_DIR%\libavif-0.9.0-%PHP_SDK_VS%-%PHP_SDK_ARCH%.zip" (
51
- curl -fsSL -o %DEPS_DIR%\libavif-0.9.0-%PHP_SDK_VS%-%PHP_SDK_ARCH%.zip https://windows.php.net/downloads/pecl/deps/libavif-0.9.0-%PHP_SDK_VS%-%PHP_SDK_ARCH%.zip
52
-)
53
-if not exist "%DEPS_DIR%\lib\avif.lib" (
54
- 7z x %DEPS_DIR%\libavif-0.9.0-%PHP_SDK_VS%-%PHP_SDK_ARCH%.zip -o%DEPS_DIR%
55
56
-
57
cmd /c buildconf.bat --force
58
59
0 commit comments