Skip to content

Commit 784996f

Browse files
committed
release-windows.yml: changed solution extension to slnx for PCRE (fixes build)
this is caused by `vs2025` now using Visual Studio 2026
1 parent 7228191 commit 784996f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
cd pcre-%PCRE_VERSION% || exit /b !errorlevel!
5151
git apply --ignore-space-change ..\externals\pcre.patch || exit /b !errorlevel!
5252
cmake . -A x64 -DPCRE_BUILD_PCRECPP=OFF -DPCRE_BUILD_PCREGREP=OFF -DPCRE_BUILD_TESTS=OFF -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -DCMAKE_COMPILE_WARNING_AS_ERROR=On || exit /b !errorlevel!
53-
msbuild -m PCRE.sln -p:Configuration=Release -p:Platform=x64 || exit /b !errorlevel!
53+
msbuild -m PCRE.slnx -p:Configuration=Release -p:Platform=x64 || exit /b !errorlevel!
5454
copy pcre.h ..\externals || exit /b !errorlevel!
5555
copy Release\pcre.lib ..\externals\pcre64.lib || exit /b !errorlevel!
5656

0 commit comments

Comments
 (0)