diff options
| author | Elliott Sales de Andrade | 2017-09-25 00:22:58 -0400 |
|---|---|---|
| committer | Elliott Sales de Andrade | 2017-09-25 14:36:30 -0400 |
| commit | 45a9a680a3cf54d4f43c46c3ec43a108ee62b834 (patch) | |
| tree | b7c005cadf0fa5754ea35d150208217eaeb49cce /modules/regex/SCsub | |
| parent | ffab67b8daea8e3379824105439eba8226b72fde (diff) | |
| download | godot-45a9a680a3cf54d4f43c46c3ec43a108ee62b834.tar.gz godot-45a9a680a3cf54d4f43c46c3ec43a108ee62b834.tar.zst godot-45a9a680a3cf54d4f43c46c3ec43a108ee62b834.zip | |
Diffstat (limited to 'modules/regex/SCsub')
| -rw-r--r-- | modules/regex/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/regex/SCsub b/modules/regex/SCsub index 2dfc2739e..2bab144a2 100644 --- a/modules/regex/SCsub +++ b/modules/regex/SCsub @@ -7,7 +7,7 @@ env_regex = env_modules.Clone() env_regex.Append(CPPFLAGS=["-DPCRE2_CODE_UNIT_WIDTH=0"]) env_regex.add_source_files(env.modules_sources, "*.cpp") -if (env['builtin_pcre2'] != 'no'): +if env['builtin_pcre2']: jit_blacklist = ['javascript'] thirdparty_dir = '#thirdparty/pcre2/src/' thirdparty_flags = ['-DPCRE2_STATIC', '-DHAVE_CONFIG_H'] |
