summaryrefslogtreecommitdiff
path: root/writerfilter/Library_ooxml.mk
diff options
context:
space:
mode:
Diffstat (limited to 'writerfilter/Library_ooxml.mk')
-rw-r--r--writerfilter/Library_ooxml.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/writerfilter/Library_ooxml.mk b/writerfilter/Library_ooxml.mk
index 94b1e00661ed..8a87b4507a74 100644
--- a/writerfilter/Library_ooxml.mk
+++ b/writerfilter/Library_ooxml.mk
@@ -32,9 +32,9 @@ $(eval $(call gb_Library_Library,ooxml))
$(eval $(call gb_Library_set_include,ooxml,\
$$(INCLUDE) \
- -I$(realpath $(SRCDIR)/writerfilter/inc) \
- -I$(realpath $(SRCDIR)/writerfilter/source/ooxml) \
- -I$(realpath $(SRCDIR)/writerfilter/source/dmapper) \
+ -I$(SRCDIR)/writerfilter/inc \
+ -I$(SRCDIR)/writerfilter/source/ooxml \
+ -I$(SRCDIR)/writerfilter/source/dmapper \
-I$(WORKDIR)/CustomTarget/writerfilter/source \
-I$(WORKDIR)/CustomTarget/writerfilter/source/ooxml \
-I$(WORKDIR)/CustomTarget/writerfilter/source/doctok \