Kaydet (Commit) dc03f032 authored tarafından David Tardon's avatar David Tardon

use gb_LinkTarget_set_include,_add_includes is not defined

üst 5513570b
...@@ -100,7 +100,10 @@ $(call gb_LinkTarget_add_defs,$(2),\ ...@@ -100,7 +100,10 @@ $(call gb_LinkTarget_add_defs,$(2),\
$(gb_CppunitTest_DEFS) \ $(gb_CppunitTest_DEFS) \
) )
$(call gb_LinkTarget_use_external,$(2),cppunit) $(call gb_LinkTarget_use_external,$(2),cppunit)
$(call gb_LinkTarget_add_includes,$(2),$(filter -I%,$(CPPUNIT_CFLAGS))) $(call gb_LinkTarget_set_include,$(2),\
$$(INCLUDE) \
$(filter -I%,$(CPPUNIT_CFLAGS)) \
)
$(call gb_LinkTarget_add_defs,$(2), \ $(call gb_LinkTarget_add_defs,$(2), \
$(filter-out -I%,$(CPPUNIT_CFLAGS)) \ $(filter-out -I%,$(CPPUNIT_CFLAGS)) \
) )
......
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