diff options
Diffstat (limited to 'i18npool/Library_i18npool.mk')
-rw-r--r-- | i18npool/Library_i18npool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i18npool/Library_i18npool.mk b/i18npool/Library_i18npool.mk index 9b56c5c1725b..0de8a46d911f 100644 --- a/i18npool/Library_i18npool.mk +++ b/i18npool/Library_i18npool.mk @@ -34,7 +34,7 @@ $(eval $(call gb_Library_set_componentfile,i18npool,i18npool/util/i18npool)) $(eval $(call gb_Library_set_include,i18npool,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/i18npool/inc) \ + -I$(SRCDIR)/i18npool/inc \ -I$(WORKDIR)/CustomTarget/i18npool/source/collator \ )) |