Fixed compilation pcre on Windows for agent2

This commit is contained in:
Alexey Pustovalov 2025-05-21 17:52:45 +09:00
parent 05775011c3
commit 185d9cffca

View File

@ -169,6 +169,7 @@ RUN Set-Location -Path $env:SystemDrive\.; `
-G 'MinGW Makefiles' `
-DBUILD_SHARED_LIBS=OFF `
-DBUILD_STATIC_LIBS=ON `
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 `
-DPCRE_DEBUG=OFF `
-DPCRE_BUILD_TESTS=OFF `
-DINSTALL_MSVC_PDB=OFF `