am 6d632af3: am 2151f09f: Merge "Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data."
* commit '6d632af3b04e505a88aa0b73f95a873dcbd472f7': Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data.
This commit is contained in:
commit
0abb17dd29
@ -140,7 +140,7 @@ def BuildIcuToolsAndData(data_filename):
|
|||||||
|
|
||||||
# Regenerate the .dat file.
|
# Regenerate the .dat file.
|
||||||
os.chdir(icu_working_dir)
|
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.
|
# Copy the .dat file to its ultimate destination.
|
||||||
icu_dat_data_dir = '%s/stubdata' % icu_dir
|
icu_dat_data_dir = '%s/stubdata' % icu_dir
|
||||||
|
Loading…
x
Reference in New Issue
Block a user