Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-03-28 13:30:04 +08:00
commit cc4ac7a04b
46 changed files with 915 additions and 74 deletions

View file

@ -24,7 +24,10 @@ include('objs.mozbuild')
UNIFIED_SOURCES += intl_unicharutil_util_cppsrcs
Library('unicharutil_external_s')
# This line breaks building ICU as a shared library due to a
# SandboxValidationError from the frontend reader.
if not CONFIG['MOZ_SHARED_ICU']:
Library('unicharutil_external_s')
FORCE_STATIC_LIB = True