summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-04 14:24:26 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-04 14:24:26 +0100
commitefab1498fde2629a95648ca2e181d2ae710a393f (patch)
tree0aff633bbd2db32c0e7a83803029b61ba0199b38
parentbaec9d612ac88e38d11b52fcd7591191b8551042 (diff)
realpaths to get windows building here
-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 dc15be3cae..c6812afc87 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) \
))