Skip to content

Commit bc0fa18

Browse files
author
Daniel Laügt
committed
ICU-21294 Fix install with --with-data-packaging=files
1 parent 810b94c commit bc0fa18

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

icu4c/source/data/Makefile.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,15 @@ endif
220220

221221
PKGDATA_LIST = $(TMP_DIR)/icudata.lst
222222

223+
CURR_TREE=curr
224+
LANG_TREE=lang
225+
REGION_TREE=region
226+
ZONE_TREE=zone
227+
UNIT_TREE=unit
228+
BREAK_TREE=brkitr
229+
COLLATION_TREE=coll
230+
RBNF_TREE=rbnf
231+
TRANSLIT_TREE=translit
223232

224233
#####################################################
225234
# General data build rules

0 commit comments

Comments
 (0)