From b20a36122b945603c8e7aaaef215a9a44538ab27 Mon Sep 17 00:00:00 2001 From: RDW Date: Wed, 7 May 2025 01:14:59 +0200 Subject: [PATCH 1/2] Deps: Update pcre2 to the latest HEAD --- deps/PCRE2Project/pcre2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/PCRE2Project/pcre2 b/deps/PCRE2Project/pcre2 index a73417315..8f6c990c9 160000 --- a/deps/PCRE2Project/pcre2 +++ b/deps/PCRE2Project/pcre2 @@ -1 +1 @@ -Subproject commit a73417315a28ad6a510c6be3054349cacf8cfb8b +Subproject commit 8f6c990c9b6061f4deb5cc5fe1bd324f81f8eb97 From b179b394e96587ee56f6ce7ae4d5ea75cba6b490 Mon Sep 17 00:00:00 2001 From: RDW Date: Wed, 7 May 2025 01:36:00 +0200 Subject: [PATCH 2/2] Deps: Fix build errors for PCRE (new pcre2.h path) --- deps/pcre-unixbuild.sh | 2 +- deps/pcre-windowsbuild.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/pcre-unixbuild.sh b/deps/pcre-unixbuild.sh index 21bf7297d..f14ac672c 100755 --- a/deps/pcre-unixbuild.sh +++ b/deps/pcre-unixbuild.sh @@ -10,4 +10,4 @@ cmake -S $SRC_DIR -B $BUILD_DIR -G Ninja -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_L cmake --build $BUILD_DIR --clean-first cp $BUILD_DIR/libpcre2-8.a $OUT_DIR -cp $BUILD_DIR/pcre2.h $OUT_DIR \ No newline at end of file +cp $BUILD_DIR/interface/pcre2.h $OUT_DIR \ No newline at end of file diff --git a/deps/pcre-windowsbuild.sh b/deps/pcre-windowsbuild.sh index 33e664047..85231424c 100755 --- a/deps/pcre-windowsbuild.sh +++ b/deps/pcre-windowsbuild.sh @@ -10,4 +10,4 @@ cmake -S $SRC_DIR -B $BUILD_DIR -G Ninja -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_L cmake --build $BUILD_DIR --clean-first cp $BUILD_DIR/libpcre2-8.a $OUT_DIR -cp $BUILD_DIR/pcre2.h $OUT_DIR \ No newline at end of file +cp $BUILD_DIR/interface/pcre2.h $OUT_DIR \ No newline at end of file