mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-8888 Add -w option to pkgdata build options in sample codes
X-SVN-Rev: 30919
This commit is contained in:
parent
b74ae536a7
commit
9c4d1dba98
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ GENRB=$(shell icu-config --invoke=genrb)
|
|||
GENRBOPT=
|
||||
PKGDATA=$(shell icu-config --invoke=pkgdata)
|
||||
SO=$(shell icu-config --so)
|
||||
PKGDATAOPTS=-r $(shell icu-config --version) -v -d .
|
||||
PKGDATAOPTS=-r $(shell icu-config --version) -w -v -d .
|
||||
# default - resources in same mode as ICU
|
||||
RESMODE=$(shell icu-config --icudata-mode)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue