Merge "Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data."

This commit is contained in:
Neil Fuller 2015-02-04 16:33:01 +00:00 committed by Gerrit Code Review
commit 2151f09fbf

View File

@ -140,7 +140,7 @@ def BuildIcuToolsAndData(data_filename):
# Regenerate the .dat file.
os.chdir(icu_working_dir)
subprocess.check_call(['make', '-j32'])
subprocess.check_call(['make', 'INCLUDE_UNI_CORE_DATA=1', '-j32'])
# Copy the .dat file to its ultimate destination.
icu_dat_data_dir = '%s/stubdata' % icu_dir