From cf08cded59db665991fdd1b175db79ace1004f1c Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 16 Mar 2011 18:59:00 +0200 Subject: Use realpath to avoid -I options containing symlinks on Cygwin --- svl/Library_svl.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'svl/Library_svl.mk') diff --git a/svl/Library_svl.mk b/svl/Library_svl.mk index 2d43441cbb96..246530a22bb3 100644 --- a/svl/Library_svl.mk +++ b/svl/Library_svl.mk @@ -35,8 +35,8 @@ $(eval $(call gb_Library_set_componentfile,svl,svl/util/svl)) $(eval $(call gb_Library_set_include,svl,\ $$(SOLARINC) \ - -I$(SRCDIR)/svl/source/inc \ - -I$(SRCDIR)/svl/inc/pch \ + -I$(realpath $(SRCDIR)/svl/source/inc) \ + -I$(realpath $(SRCDIR)/svl/inc/pch) \ -I$(OUTDIR)/inc/offuh \ )) -- cgit