Skip to content

Commit ee651db

Browse files
committed
release-windows.yml: changed solution extension to slnx for PCRE [skip ci]
1 parent 72547b3 commit ee651db

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
@@ -56,7 +56,7 @@ jobs:
5656
cd pcre-%PCRE_VERSION% || exit /b !errorlevel!
5757
git apply --ignore-space-change ..\externals\pcre.patch || exit /b !errorlevel!
5858
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!
59-
msbuild -m PCRE.sln -p:Configuration=Release -p:Platform=x64 || exit /b !errorlevel!
59+
msbuild -m PCRE.slnx -p:Configuration=Release -p:Platform=x64 || exit /b !errorlevel!
6060
copy pcre.h ..\externals || exit /b !errorlevel!
6161
copy Release\pcre.lib ..\externals\pcre64.lib || exit /b !errorlevel!
6262

0 commit comments

Comments
 (0)