File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ setlocal enableextensions enabledelayedexpansion
2929
3030 if %errorlevel% neq 0 exit /b 3
3131
32- cmd /c configure.bat --disable-all --with-mp=auto --enable-cli --!ZTS_STATE! -zts --- enable-win32ps=shared --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% --with-config-file-scan-dir=%APPVEYOR_BUILD_FOLDER% \build\modules.d --with-prefix=%APPVEYOR_BUILD_FOLDER% \build --with-php-build=%DEPS_DIR%
32+ cmd /c configure.bat --disable-all --with-mp=auto --enable-cli --!ZTS_STATE! -zts --enable-win32ps=shared --enable-object-out-dir=%PHP_BUILD_OBJ_DIR% --with-config-file-scan-dir=%APPVEYOR_BUILD_FOLDER% \build\modules.d --with-prefix=%APPVEYOR_BUILD_FOLDER% \build --with-php-build=%DEPS_DIR%
3333
3434 if %errorlevel% neq 0 exit /b 3
3535
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ setlocal enableextensions enabledelayedexpansion
3131 git clone -q --depth=1 --branch=PHP-%PHP_REL% https://github.com/php/php-src C:\projects\php-src
3232 )
3333
34- xcopy %APPVEYOR_BUILD_FOLDER% C:\projects\php-src\ext\win32std \ /s /e /y /f
34+ xcopy %APPVEYOR_BUILD_FOLDER% C:\projects\php-src\ext\win32ps \ /s /e /y /f
3535
3636 rem xcopy %APPVEYOR_BUILD_FOLDER%\LICENSE %APPVEYOR_BUILD_FOLDER%\artifacts\ /y /f
3737
@@ -49,7 +49,7 @@ setlocal enableextensions enabledelayedexpansion
4949 for /f " delims=" %%l in (wb\wb_version.h) do (
5050 if not " %%l " == " " (
5151 set line = %%l
52- if " !line:~8 ,17 ! " == " win32std_VERSION " (
52+ if " !line:~8 ,17 ! " == " win32ps_VERSION " (
5353 set APPVEYOR_REPO_TAG_NAME = !line:~29 ,-1 ! -%APPVEYOR_REPO_BRANCH% -%APPVEYOR_REPO_COMMIT:~0 ,8 %
5454 )
5555 )
You can’t perform that action at this time.
0 commit comments