diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-18 11:41:00 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-05-18 11:41:09 +0200 |
commit | 24a06a6d4ab32116a15d0bb5ae7cc3c359be672c (patch) | |
tree | 50862fc82ea1a96021309fafc9dcfc81f7140741 /thirdparty/README.md | |
parent | 5631b59e218f4883442382c097eed10ed76b3c8d (diff) | |
download | redot-engine-24a06a6d4ab32116a15d0bb5ae7cc3c359be672c.tar.gz |
pcre2: Fix support for macOS < 11.0 by making JIT conditional at runtime
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index ab59d4fc18..0b0583b1fc 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -547,6 +547,9 @@ Files extracted from upstream source: - src/sljit/ - AUTHORS and LICENCE +A sljit patch from upstream was backported to fix macOS < 11.0 compilation +in 10.40, it can be found in the `patches` folder. + ## recastnavigation |