summaryrefslogtreecommitdiff
path: root/appveyor/build_task.bat
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-03-20 15:41:43 +0100
committerAnatol Belski <ab@php.net>2017-03-20 15:41:43 +0100
commit164e52fb91416a507abc0b7fa95f453b44595330 (patch)
tree86fe7d78ab32c72c33e62b7bcad8ebd8f7177c02 /appveyor/build_task.bat
parentbde01adaeb0c59fe257e9532cb68c096c9ebe2b0 (diff)
downloadphp-git-164e52fb91416a507abc0b7fa95f453b44595330.tar.gz
update sdk version for appveyor and set explicit crt
Diffstat (limited to 'appveyor/build_task.bat')
-rw-r--r--appveyor/build_task.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor/build_task.bat b/appveyor/build_task.bat
index ad47854e0b..a76b81b2f0 100644
--- a/appveyor/build_task.bat
+++ b/appveyor/build_task.bat
@@ -20,7 +20,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%PHP_SDK_VC%-%PHP_SDK_ARCH%-%BRANCH%
rem SDK is cached, deps info is cached as well
echo Updating dependencies in %DEPS_DIR%
-call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR%
+call phpsdk_deps --update --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% --crt vc14
if %errorlevel% neq 0 exit /b 3
call buildconf.bat --force