From 2e677c39818f3a6479ac9103ac9c7e8ef985eeb0 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Wed, 26 Sep 2012 23:45:28 +0200 Subject: gbuild: split uwinapi out of gb_STDLIBS Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 --- regexp/Library_regexp.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'regexp') diff --git a/regexp/Library_regexp.mk b/regexp/Library_regexp.mk index e7714c4bddd3..1b3b73197f8f 100644 --- a/regexp/Library_regexp.mk +++ b/regexp/Library_regexp.mk @@ -39,6 +39,7 @@ $(eval $(call gb_Library_add_defs,i18nregexp,\ $(eval $(call gb_Library_use_libraries,i18nregexp,\ sal \ i18nutil \ + $(gb_UWINAPI) \ $(gb_STDLIBS) \ )) -- cgit