Kaydet (Commit) 89f79487 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix windows build error with symlinks

üst fb57d416
......@@ -33,9 +33,9 @@ $(eval $(call gb_Library_add_package_headers,cppcanvas,cppcanvas_inc))
$(eval $(call gb_Library_add_precompiled_header,cppcanvas,$(SRCDIR)/cppcanvas/inc/pch/precompiled_cppcanvas))
$(eval $(call gb_Library_set_include,cppcanvas,\
-I$(SRCDIR)/cppcanvas/inc \
-I$(SRCDIR)/cppcanvas/inc/pch \
-I$(SRCDIR)/cppcanvas/source/inc \
-I$(realpath $(SRCDIR)/cppcanvas/inc) \
-I$(realpath $(SRCDIR)/cppcanvas/inc/pch) \
-I$(realpath $(SRCDIR)/cppcanvas/source/inc) \
$$(INCLUDE) \
))
......
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