diff options
Diffstat (limited to 'cppuhelper')
-rw-r--r-- | cppuhelper/Library_cppuhelper.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk index e9caf2dfd6d6..dbbfa55d542e 100644 --- a/cppuhelper/Library_cppuhelper.mk +++ b/cppuhelper/Library_cppuhelper.mk @@ -20,7 +20,7 @@ $(eval $(call gb_Library_use_internal_comprehensive_api,cppuhelper,\ offapi \ )) -$(eval $(call gb_Library_set_is_ure_library,cppuhelper)) +$(eval $(call gb_Library_set_is_ure_library_or_dependency,cppuhelper)) $(eval $(call gb_Library_add_defs,cppuhelper,\ -DCPPUHELPER_DLLIMPLEMENTATION \ |