summaryrefslogtreecommitdiff
path: root/regexp/Library_regexp.mk
diff options
context:
space:
mode:
Diffstat (limited to 'regexp/Library_regexp.mk')
-rw-r--r--regexp/Library_regexp.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/regexp/Library_regexp.mk b/regexp/Library_regexp.mk
index 1b3b73197f8f..0b3e6021d138 100644
--- a/regexp/Library_regexp.mk
+++ b/regexp/Library_regexp.mk
@@ -40,9 +40,10 @@ $(eval $(call gb_Library_use_libraries,i18nregexp,\
sal \
i18nutil \
$(gb_UWINAPI) \
- $(gb_STDLIBS) \
))
+$(eval $(call gb_Library_add_standard_system_libs,i18nregexp))
+
$(eval $(call gb_Library_add_exception_objects,i18nregexp,\
regexp/source/reclass \
))