diff options
author | Jakub Marcowski <chubercikbattle@gmail.com> | 2024-03-11 03:15:07 +0100 |
---|---|---|
committer | Jakub Marcowski <chubercikbattle@gmail.com> | 2024-03-11 11:42:02 +0100 |
commit | dab95993c6c8ebd4fb439385a892dabda22698a2 (patch) | |
tree | 98084c35eb94c5ab63c7be5d564251b3d18dc70d /thirdparty/pcre2/patches/sljit-macos11-conditional.patch | |
parent | 810f127022ec2cbfb288e436151d1a777c7b5da7 (diff) | |
download | redot-engine-dab95993c6c8ebd4fb439385a892dabda22698a2.tar.gz |
pcre2: Update to 10.43
Diffstat (limited to 'thirdparty/pcre2/patches/sljit-macos11-conditional.patch')
-rw-r--r-- | thirdparty/pcre2/patches/sljit-macos11-conditional.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/thirdparty/pcre2/patches/sljit-macos11-conditional.patch b/thirdparty/pcre2/patches/sljit-macos11-conditional.patch index def1207a3d..b92c8f9e09 100644 --- a/thirdparty/pcre2/patches/sljit-macos11-conditional.patch +++ b/thirdparty/pcre2/patches/sljit-macos11-conditional.patch @@ -12,13 +12,13 @@ if the toolchain allows it. Fixes: PCRE2Project/pcre2#109 --- - sljit_src/sljitExecAllocator.c | 3 +++ + thirdparty/pcre2/src/sljit/sljitExecAllocator.c | 3 +++ 1 file changed, 3 insertions(+) -diff --git a/sljit_src/sljitExecAllocator.c b/sljit_src/sljitExecAllocator.c -index 92d940dd..6359848c 100644 ---- a/sljit_src/sljitExecAllocator.c -+++ b/sljit_src/sljitExecAllocator.c +diff --git a/thirdparty/pcre2/src/sljit/sljitExecAllocator.c b/thirdparty/pcre2/src/sljit/sljitExecAllocator.c +index 92d940ddc2..6359848cd5 100644 +--- a/thirdparty/pcre2/src/sljit/sljitExecAllocator.c ++++ b/thirdparty/pcre2/src/sljit/sljitExecAllocator.c @@ -152,6 +152,9 @@ static SLJIT_INLINE void apple_update_wx_flags(sljit_s32 enable_exec) { #if MAC_OS_X_VERSION_MIN_REQUIRED >= 110000 |