summaryrefslogtreecommitdiff
path: root/toolkit/Library_tk.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/Library_tk.mk')
-rw-r--r--toolkit/Library_tk.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/Library_tk.mk b/toolkit/Library_tk.mk
index e0dbfd59d5bb..15c8692c1ca1 100644
--- a/toolkit/Library_tk.mk
+++ b/toolkit/Library_tk.mk
@@ -35,9 +35,9 @@ $(eval $(call gb_Library_add_package_headers,tk,toolkit_inc))
$(eval $(call gb_Library_set_include,tk,\
$$(INCLUDE) \
- -I$(SRCDIR)/toolkit/inc \
- -I$(SRCDIR)/toolkit/inc/pch \
- -I$(SRCDIR)/toolkit/source \
+ -I$(realpath $(SRCDIR)/toolkit/inc) \
+ -I$(realpath $(SRCDIR)/toolkit/inc/pch) \
+ -I$(realpath $(SRCDIR)/toolkit/source) \
-I$(OUTDIR)/inc/offuh \
))