diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-12-02 18:56:17 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-12-02 20:58:32 +0100 |
commit | 1658e4efac5fc851b322103ed40545fa263ae280 (patch) | |
tree | ea7837941d9818b65eb36e44ceeb86b0d819ab81 /i18npool/Library_i18npool.mk | |
parent | 63614919195934a764eacb509d75d15f8b243a48 (diff) |
RepositoryExternal.mk: clean up awful icudata/icui18n duplication
Change-Id: Ic4794d9a908b60220a4a849ff263eaa08776550c
Diffstat (limited to 'i18npool/Library_i18npool.mk')
-rw-r--r-- | i18npool/Library_i18npool.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index 1e26716a3d5b..183ea54ecabd 100644 --- a/i18npool/Library_i18npool.mk +++ b/i18npool/Library_i18npool.mk @@ -47,17 +47,10 @@ $(eval $(call gb_Library_use_libraries,i18npool,\ $(gb_UWINAPI) \ )) -ifeq ($(OS)$(COM),WNTMSC) -$(eval $(call gb_Library_use_externals,i18npool,\ - icuin \ - icuuc \ -)) -else $(eval $(call gb_Library_use_externals,i18npool,\ icui18n \ icuuc \ )) -endif $(eval $(call gb_Library_add_exception_objects,i18npool,\ i18npool/source/breakiterator/breakiterator_cjk \ |