summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmlscript/Library_xcr.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlscript/Library_xcr.mk b/xmlscript/Library_xcr.mk
index dc15be3caeac..c6812afc87f8 100644
--- a/xmlscript/Library_xcr.mk
+++ b/xmlscript/Library_xcr.mk
@@ -33,8 +33,8 @@ $(eval $(call gb_Library_add_package_headers,xcr,xmlscript_inc))
$(eval $(call gb_Library_set_componentfile,xcr,xmlscript/util/xcr))
$(eval $(call gb_Library_set_include,xcr,\
- -I$(SRCDIR)/xmlscript/source/inc \
- -I$(SRCDIR)/xmlscript/inc/pch \
+ -I$(realpath $(SRCDIR)/xmlscript/source/inc) \
+ -I$(realpath $(SRCDIR)/xmlscript/inc/pch) \
$$(INCLUDE) \
))