summaryrefslogtreecommitdiffstats
path: root/thirdparty/README.md
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-05-18 11:41:00 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-05-18 11:41:09 +0200
commit24a06a6d4ab32116a15d0bb5ae7cc3c359be672c (patch)
tree50862fc82ea1a96021309fafc9dcfc81f7140741 /thirdparty/README.md
parent5631b59e218f4883442382c097eed10ed76b3c8d (diff)
downloadredot-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.md3
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