summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RepositoryExternal.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 34e1d9d55046..dbdf4a996186 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -941,11 +941,9 @@ gb_ICU_suffix:=
endif
define gb_LinkTarget__use_icu_headers
-$(call gb_LinkTarget_use_unpacked,$(1),icu)
+$(call gb_LinkTarget_use_package,$(1),icu)
$(call gb_LinkTarget_set_include,$(1),\
- -I$(call gb_UnpackedTarball_get_dir,icu)/source \
- -I$(call gb_UnpackedTarball_get_dir,icu)/source/common \
- -I$(call gb_UnpackedTarball_get_dir,icu)/source/i18n \
+ -I$(OUTDIR)/inc/external \
$$(INCLUDE) \
)