summaryrefslogtreecommitdiff
path: root/sal/CppunitTest_sal_rtl_locale.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sal/CppunitTest_sal_rtl_locale.mk')
-rw-r--r--sal/CppunitTest_sal_rtl_locale.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/CppunitTest_sal_rtl_locale.mk b/sal/CppunitTest_sal_rtl_locale.mk
index 613251ef6c13..ce1f0ab9ce1c 100644
--- a/sal/CppunitTest_sal_rtl_locale.mk
+++ b/sal/CppunitTest_sal_rtl_locale.mk
@@ -34,7 +34,8 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sal_rtl_locale,\
$(eval $(call gb_CppunitTest_use_libraries,sal_rtl_locale,\
sal \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_CppunitTest_add_standard_system_libs,sal_rtl_locale))
+
# vim: set noet sw=4 ts=4: