mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-22406 passing -i to genrb
Passing -i to genrb to include ucadata.icu data in --disable-shared build
This commit is contained in:
parent
e4eb997f41
commit
ea7ed9a9db
1 changed files with 1 additions and 1 deletions
2
icu4c/source/test/testdata/BUILDRULES.py
vendored
2
icu4c/source/test/testdata/BUILDRULES.py
vendored
|
@ -63,7 +63,7 @@ def generate_rb(config, io, common_vars):
|
|||
input_files = [InFile("%s.txt" % bn) for bn in basenames],
|
||||
output_files = [OutFile("%s.res" % bn) for bn in basenames],
|
||||
tool = IcuTool("genrb"),
|
||||
args = "-q -s {IN_DIR} -d {OUT_DIR} {INPUT_FILE}",
|
||||
args = "-q -i {OUT_DIR}/../../../../data/out/build -s {IN_DIR} -d {OUT_DIR} {INPUT_FILE}",
|
||||
format_with = {},
|
||||
repeat_with = {}
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue