Add ICU_FLAGS to one more place

Reported-by: Thomas Munro <thomas.munro@enterprisedb.com>
This commit is contained in:
Peter Eisentraut 2017-03-23 16:53:10 -04:00
parent 524e0f7ac8
commit 2e0c17dc78
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ top_builddir = ../../..
include $(top_builddir)/src/Makefile.global
override CPPFLAGS := -I$(top_srcdir)/src/include/snowball \
-I$(top_srcdir)/src/include/snowball/libstemmer $(CPPFLAGS)
-I$(top_srcdir)/src/include/snowball/libstemmer $(CPPFLAGS) \
$(ICU_CFLAGS)
OBJS= $(WIN32RES) dict_snowball.o api.o utilities.o \
stem_ISO_8859_1_danish.o \