summaryrefslogtreecommitdiffstats
path: root/canvas/Library_directx5canvas.mk
diff options
context:
space:
mode:
Diffstat (limited to 'canvas/Library_directx5canvas.mk')
-rw-r--r--canvas/Library_directx5canvas.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/canvas/Library_directx5canvas.mk b/canvas/Library_directx5canvas.mk
index 634872cf44e0..aeb31cc2a73b 100644
--- a/canvas/Library_directx5canvas.mk
+++ b/canvas/Library_directx5canvas.mk
@@ -32,9 +32,9 @@ $(eval $(call gb_Library_set_componentfile,directx5canvas,canvas/source/directx/
$(eval $(call gb_Library_set_include,directx5canvas,\
$$(INCLUDE) \
- -I$(SRCDIR)/canvas/inc \
- -I$(SRCDIR)/canvas/inc/pch \
- -I$(SRCDIR)/canvas/source/directx \
+ -I$(realpath $(SRCDIR)/canvas/inc) \
+ -I$(realpath $(SRCDIR)/canvas/inc/pch) \
+ -I$(realpath $(SRCDIR)/canvas/source/directx) \
))
$(eval $(call gb_Library_add_api,directx5canvas,\