From 9ef56cb2e5f81bc8c281e9dd129846479524c03e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 4 Aug 2011 14:24:26 +0100 Subject: realpaths to get windows building here --- xmlscript/Library_xcr.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlscript') 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) \ )) -- cgit