summaryrefslogtreecommitdiff
path: root/xmlscript
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
commit9ef56cb2e5f81bc8c281e9dd129846479524c03e (patch)
treea38d26c24fa7f829274fa119e302b9b587ab5f75 /xmlscript
parent4e92991630b9596f97a928c3d7b3fb0f89cb5dba (diff)
realpaths to get windows building here
Diffstat (limited to 'xmlscript')
-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) \
))