We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524e0f7 commit 2e0c17dCopy full SHA for 2e0c17d
src/backend/snowball/Makefile
@@ -14,7 +14,8 @@ top_builddir = ../../..
14
include $(top_builddir)/src/Makefile.global
15
16
override CPPFLAGS := -I$(top_srcdir)/src/include/snowball \
17
- -I$(top_srcdir)/src/include/snowball/libstemmer $(CPPFLAGS)
+ -I$(top_srcdir)/src/include/snowball/libstemmer $(CPPFLAGS) \
18
+ $(ICU_CFLAGS)
19
20
OBJS= $(WIN32RES) dict_snowball.o api.o utilities.o \
21
stem_ISO_8859_1_danish.o \
0 commit comments