We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b13a27 commit 4af8734Copy full SHA for 4af8734
1 file changed
.github/workflows/release-windows.yml
@@ -51,12 +51,8 @@ jobs:
51
run: |
52
7z x pcre-%PCRE_VERSION%.zip
53
cd pcre-%PCRE_VERSION%
54
- cmake . -G "Visual Studio 16 2019" -A x64
+ cmake . -G "Visual Studio 16 2019" -A x64 -DPCRE_BUILD_PCRECPP=OFF -DPCRE_BUILD_PCREGREP=OFF -DPCRE_BUILD_TESTS=OFF
55
msbuild -m PCRE.sln /p:Configuration=Release /p:Platform=x64
56
- dir
57
- dir Release
58
- dir x64
59
- dir x64\Release
60
copy pcre.h ..\externals
61
copy Release\pcre.lib ..\externals\pcre64.lib
62
0 commit comments