Kaydet (Commit) 2e21ec52 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use realpath to avoid -I options containing symlinks on Cygwin

üst f549dc8f
......@@ -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 \
))
......
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