Skip to content

Commit 562a341

Browse files
committed
correct enable param typo, correct local dir win32ps
1 parent d2ff3c3 commit 562a341

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

appveyor/build_task.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

appveyor/install.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
 (0)