diff options
Diffstat (limited to 'sax/Library_fastsax.mk')
-rw-r--r-- | sax/Library_fastsax.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sax/Library_fastsax.mk b/sax/Library_fastsax.mk index 3e69475f0dfc..f94435c33def 100644 --- a/sax/Library_fastsax.mk +++ b/sax/Library_fastsax.mk @@ -32,7 +32,7 @@ $(eval $(call gb_Library_set_componentfile,fastsax,sax/source/fastparser/fastsax $(eval $(call gb_Library_set_include,fastsax,\ $$(INCLUDE) \ - -I$(SRCDIR)/sax/inc \ + -I$(realpath $(SRCDIR)/sax/inc) \ )) $(eval $(call gb_Library_add_api,fastsax,\ |