mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix var name
This commit is contained in:
parent
8b53c7232e
commit
d293f6dcff
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
|
||||||
set BRANCH=master
|
set BRANCH=master
|
||||||
)
|
)
|
||||||
set STABILITY=staging
|
set STABILITY=staging
|
||||||
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
|
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VS%-%PHP_SDK_ARCH%
|
||||||
rem SDK is cached, deps info is cached as well
|
rem SDK is cached, deps info is cached as well
|
||||||
echo Updating dependencies in %DEPS_DIR%
|
echo Updating dependencies in %DEPS_DIR%
|
||||||
cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% --crt %PHP_BUILD_CRT%
|
cmd /c phpsdk_deps --update --no-backup --branch %BRANCH% --stability %STABILITY% --deps %DEPS_DIR% --crt %PHP_BUILD_CRT%
|
||||||
|
|
|
@ -11,7 +11,7 @@ if /i "%APPVEYOR_REPO_BRANCH:~0,4%" equ "php-" (
|
||||||
set BRANCH=master
|
set BRANCH=master
|
||||||
set STABILITY=staging
|
set STABILITY=staging
|
||||||
)
|
)
|
||||||
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VC%-%PHP_SDK_ARCH%
|
set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VS%-%PHP_SDK_ARCH%
|
||||||
if not exist "%DEPS_DIR%" (
|
if not exist "%DEPS_DIR%" (
|
||||||
echo "%DEPS_DIR%" doesn't exist
|
echo "%DEPS_DIR%" doesn't exist
|
||||||
exit /b 3
|
exit /b 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue