From 9c4d1dba98b0bd1606b12f2cfbdc0c9bf540ad65 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Fri, 4 Nov 2011 05:22:18 +0000 Subject: [PATCH] ICU-8888 Add -w option to pkgdata build options in sample codes X-SVN-Rev: 30919 --- icu4c/source/samples/defs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icu4c/source/samples/defs.mk b/icu4c/source/samples/defs.mk index c9429d9efc1..5e50fdd086a 100644 --- a/icu4c/source/samples/defs.mk +++ b/icu4c/source/samples/defs.mk @@ -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) -- 2.40.0