diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 14:24:26 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-04 14:24:26 +0100 |
commit | 9ef56cb2e5f81bc8c281e9dd129846479524c03e (patch) | |
tree | a38d26c24fa7f829274fa119e302b9b587ab5f75 /xmlscript | |
parent | 4e92991630b9596f97a928c3d7b3fb0f89cb5dba (diff) |
realpaths to get windows building here
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/Library_xcr.mk | 4 |
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) \ )) |