PCRE2Project / pcre2

PCRE2 development is now based here.
Other
921 stars 194 forks source link

Fix build on older macOS #394

Closed jmroot closed 8 months ago

jmroot commented 9 months ago

The headers on some older macOS versions don't define MAP_JIT at all.

PhilipHazel commented 8 months ago

Sorry I've been slow to say this. Your patch is to one of the sljit files. The sljit code is maintained in its own repo and copied into the PCRE2 code base. Please resubmit to the upstream repo https://github.com/zherczeg/sljit.

jmroot commented 8 months ago

Done: https://github.com/zherczeg/sljit/pull/240

PhilipHazel commented 8 months ago

As you've submitted this upstream, I'll close this PR.