Issue #1342 - Remove support for system ICU

This commit is contained in:
wolfbeast 2020-01-29 15:13:55 +01:00 committed by Roy Tam
commit a7a26d5d62
6 changed files with 12 additions and 48 deletions

View file

@ -29,9 +29,6 @@ if CONFIG['HOST_OS_ARCH'] != 'WINNT':
# while the program here is in C.
HostProgram('nsinstall_real', c_only=True)
if CONFIG['MOZ_SYSTEM_ICU']:
DEFINES['MOZ_SYSTEM_ICU'] = True
PYTHON_UNIT_TESTS += [
'tests/test_mozbuild_reading.py',
'tests/unit-expandlibs.py',