diff --git a/configure.py b/configure.py index 892e1d420221cb..9a75dbb76d5907 100755 --- a/configure.py +++ b/configure.py @@ -1487,6 +1487,9 @@ def icu_download(path): # always set icu_small, node.gyp depends on it being defined. o['variables']['icu_small'] = b(False) + # prevent data override + o['defines'] += ['ICU_NO_USER_DATA_OVERRIDE'] + with_intl = options.with_intl with_icu_source = options.with_icu_source have_icu_path = bool(options.with_icu_path)