diff options
Diffstat (limited to 'xmlsecurity/Library_xmlsecurity.mk')
-rw-r--r-- | xmlsecurity/Library_xmlsecurity.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/Library_xmlsecurity.mk b/xmlsecurity/Library_xmlsecurity.mk index 04f96c9a7cf8..dbe578b82e27 100644 --- a/xmlsecurity/Library_xmlsecurity.mk +++ b/xmlsecurity/Library_xmlsecurity.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_set_componentfile,xmlsecurity,xmlsecurity/util/xmlsecur $(eval $(call gb_Library_set_include,xmlsecurity,\ $$(INCLUDE) \ - -I$(realpath $(SRCDIR)/xmlsecurity/inc) \ + -I$(SRCDIR)/xmlsecurity/inc \ )) $(eval $(call gb_Library_add_api,xmlsecurity,\ |