godot/modules/regex
Rémi Verschelde 02913f53d3 pcre2: Use scons option to disable JIT on some platforms
Third-party platforms (e.g. console ports) need to be able to
disable JIT support in the regex module too, so it can't be
hardcoded in the module SCsub. This is cleaner this way anyway.

Fixes #19316.
2019-11-20 08:54:52 +01:00
..
doc_classes doc: Sync classref with current source 2019-07-15 20:45:30 +02:00
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
regex.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
regex.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub pcre2: Use scons option to disable JIT on some platforms 2019-11-20 08:54:52 +01:00