diff options
Diffstat (limited to 'regexp/Library_regexp.mk')
-rw-r--r-- | regexp/Library_regexp.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/regexp/Library_regexp.mk b/regexp/Library_regexp.mk index 4f6f0ec89f8b..463892dd2903 100644 --- a/regexp/Library_regexp.mk +++ b/regexp/Library_regexp.mk @@ -34,8 +34,7 @@ $(eval $(call gb_Library_set_include,i18nregexp,\ -I$(OUTDIR)/inc/offuh \ )) -$(eval $(call gb_Library_set_defs,i18nregexp,\ - $$(DEFS) \ +$(eval $(call gb_Library_add_defs,i18nregexp,\ -DREGEXP_DLLIMPLEMENTATION \ )) |