diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-16 16:57:49 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-03-16 16:57:49 +0200 |
commit | f09d35442537b1251365f409a18263c090b26305 (patch) | |
tree | 4aaa0b6acf866bb43631ee9ada8e36c8f047afc5 /tools/Library_tl.mk | |
parent | bbec8f9484d2f68c5c8211c164610ae4fb08d5c7 (diff) |
Use realpath to avoid -I options containing symlinks on Cygwin
Diffstat (limited to 'tools/Library_tl.mk')
-rw-r--r-- | tools/Library_tl.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Library_tl.mk b/tools/Library_tl.mk index eb832ac5feae..405ba1e98897 100644 --- a/tools/Library_tl.mk +++ b/tools/Library_tl.mk @@ -142,7 +142,7 @@ ifeq ($(OS),WNT) $(eval $(call gb_Library_set_include,tl,\ $$(INCLUDE) \ - -I$(SRCDIR)/tools/win/inc \ + -I$(realpath $(SRCDIR)/tools/win/inc) \ )) $(eval $(call gb_Library_add_exception_objects,tl,\ |