mirror of
https://gitee.com/openharmony/third_party_icu
synced 2025-02-16 23:58:21 +00:00
修改编译python文件
Signed-off-by: 王剑 <wangjian546@huawei.com>
This commit is contained in:
parent
9ba71d3f4c
commit
e8a82a7140
@ -66,9 +66,9 @@ if __name__=='__main__':
|
||||
if file == bo_file:
|
||||
continue
|
||||
copy_content(args.ohos_src_dir + unit_path + file,
|
||||
args.icu_src_dir + unit_path + file,
|
||||
out_dir + unit_path + file)
|
||||
args.icu_src_dir + unit_path + file, out_dir + unit_path + file)
|
||||
|
||||
copy_content(args.ohos_src_dir + unit_path + bo_file, args.icu_src_dir + unit_path + root_file, out_dir + unit_path + bo_file)
|
||||
copy_content(args.ohos_src_dir + unit_path + bo_file,
|
||||
args.icu_src_dir + unit_path + root_file, out_dir + unit_path + bo_file)
|
||||
|
||||
copy_file(args.ohos_src_dir + filter_file, out_dir + filter_file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user