Kaydet (Commit) 75619ad3 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use realpath to avoid -I options containing symlinks on Cygwin

üst 50969e01
......@@ -33,8 +33,8 @@ $(eval $(call gb_Library_add_precompiled_header,tl,$(SRCDIR)/tools/inc/pch/preco
$(eval $(call gb_Library_set_include,tl,\
$$(INCLUDE) \
-I$(SRCDIR)/tools/inc \
-I$(SRCDIR)/tools/inc/pch \
-I$(realpath $(SRCDIR)/tools/inc) \
-I$(realpath $(SRCDIR)/tools/inc/pch) \
-I$(SRCDIR)/solenv/inc \
-I$(SRCDIR)/solenv/inc/Xp31 \
-I$(OUTDIR)/inc/offuh \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment