am 0abb17dd: am 6d632af3: am 2151f09f: Merge "Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data."
* commit '0abb17dd29cddb62c79e7770fddff203800846ff': Set INCLUDE_UNI_CORE_DATA=1 when rebuilding ICU4C time zone data.
This commit is contained in:
commit
1ed2acad2d
@ -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