diff options
-rw-r--r-- | sw/CppunitTest_sw_filters_test.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sw/CppunitTest_sw_filters_test.mk b/sw/CppunitTest_sw_filters_test.mk index ee57d879e03c..af0936331f80 100644 --- a/sw/CppunitTest_sw_filters_test.mk +++ b/sw/CppunitTest_sw_filters_test.mk @@ -29,11 +29,9 @@ $(eval $(call gb_CppunitTest_CppunitTest,sw_filters_test)) -ifeq ($(SYSTEM_LIBXML),YES) -$(eval $(call gb_CppunitTest_add_cxxflags,sw_filters_test,\ - $(LIBXML_CFLAGS) \ +$(eval $(call gb_CppunitTest_use_externals,sw_filters_test, + libxml2 \ )) -endif $(eval $(call gb_CppunitTest_add_exception_objects,sw_filters_test, \ sw/qa/core/filters-test \ |