summaryrefslogtreecommitdiff
path: root/sot/Library_sot.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-03-16 18:01:29 +0200
committerTor Lillqvist <tlillqvist@novell.com>2011-03-16 18:01:29 +0200
commit2e21ec520ba17814ffe9199fbbad0876ec71f81f (patch)
treeb66af0afdf3f6381443ce0b3088a288235156c97 /sot/Library_sot.mk
parentf549dc8f9d3b9a5c2498d36555a66216904b5e43 (diff)
Use realpath to avoid -I options containing symlinks on Cygwin
Diffstat (limited to 'sot/Library_sot.mk')
-rw-r--r--sot/Library_sot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/Library_sot.mk b/sot/Library_sot.mk
index e6a001837d97..51679534763c 100644
--- a/sot/Library_sot.mk
+++ b/sot/Library_sot.mk
@@ -34,7 +34,7 @@ $(eval $(call gb_Library_add_precompiled_header,sot,$(SRCDIR)/sot/inc/pch/precom
$(eval $(call gb_Library_set_componentfile,sot,sot/util/sot))
$(eval $(call gb_Library_set_include,sot,\
- -I$(SRCDIR)/sot/inc/pch \
+ -I$(realpath $(SRCDIR)/sot/inc/pch) \
$$(INCLUDE) \
-I$(OUTDIR)/inc/offuh \
))