diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-16 18:01:29 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-16 18:01:29 +0200 |
commit | 2e21ec520ba17814ffe9199fbbad0876ec71f81f (patch) | |
tree | b66af0afdf3f6381443ce0b3088a288235156c97 /sot | |
parent | f549dc8f9d3b9a5c2498d36555a66216904b5e43 (diff) |
Use realpath to avoid -I options containing symlinks on Cygwin
Diffstat (limited to 'sot')
-rw-r--r-- | sot/Library_sot.mk | 2 |
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 \ )) |