summaryrefslogtreecommitdiff
path: root/icu
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-05-11 16:40:00 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-05-11 16:40:15 +0300
commit4134d6df2d1f7e22d5481f2b77dfe7855db70b02 (patch)
tree9ed2ab2f2a89af58fbe862bd8670284dcecd6b7f /icu
parentdccbc03adc6bd2eed0497dd99866f70113a46dca (diff)
Must prepend uconfig.h.prepend to uconfig.h when using --with-library-suffix
Change-Id: I201292765bd8514749757f84c55ffaec68e03a6b
Diffstat (limited to 'icu')
-rw-r--r--icu/makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/icu/makefile.mk b/icu/makefile.mk
index fe00f467eb67..ce54ff581ad2 100644
--- a/icu/makefile.mk
+++ b/icu/makefile.mk
@@ -174,6 +174,7 @@ OUT2LIB= \
$(BUILD_DIR)$/lib$/libicule.a \
$(BUILD_DIR)$/lib$/libicutu.a
.ELIF "$(OS)"=="ANDROID"
+BUILD_ACTION+= && cat uconfig.h.prepend common/unicode/uconfig.h >common/unicode/uconfig.h.new && mv common/unicode/uconfig.h.new common/unicode/uconfig.h
OUT2LIB= \
$(BUILD_DIR)$/lib$/libicudatalo.so \
$(BUILD_DIR)$/lib$/libicuuclo.so \