diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-11 14:02:39 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-11 14:02:39 +0100 |
commit | a2edcf83abb8fec7df11056a0d0ca423a3efee25 (patch) | |
tree | 901efdea6310996e379b7c5c6732269fb046a856 /thirdparty/pcre2/patches/sljit-macos11-conditional.patch | |
parent | befc738b44fc05249cb81ee6563a44533bbea3c4 (diff) | |
parent | dab95993c6c8ebd4fb439385a892dabda22698a2 (diff) | |
download | redot-engine-a2edcf83abb8fec7df11056a0d0ca423a3efee25.tar.gz |
Merge pull request #89371 from Chubercik/pcre2-10.43
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 |