From 58ec097fc9fe0989baebe52e4b899878df4128f2 Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 19 Oct 2023 11:41:44 -0400 Subject: fix windows build --- make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make.bat') diff --git a/make.bat b/make.bat index 16dc9db..b25efed 100644 --- a/make.bat +++ b/make.bat @@ -5,7 +5,7 @@ if _%VCVARS% == _ ( ) if not exist pcre2-8-static.lib ( pushd pcre2 - cmake -D PCRE2_BUILD_PCRE2_8=OFF -D PCRE2_BUILD_TESTS=OFF -D PCRE2_BUILD_PCRE2_32=ON -D CMAKE_BUILD_TYPE=Release -D CMAKE_GENERATOR_PLATFORM=x64 -D PCRE2_STATIC=ON . + cmake -D PCRE2_BUILD_PCRE2_8=ON -D PCRE2_BUILD_TESTS=OFF -D PCRE2_BUILD_PCRE2_32=ON -D CMAKE_BUILD_TYPE=Release -D CMAKE_GENERATOR_PLATFORM=x64 -D PCRE2_STATIC=ON . cmake --build . --config Release popd copy /y pcre2\Release\pcre2-32-static.lib -- cgit v1.2.3