pgsql: Fix meson build of snowball code.

Started by Tom Lane7 months ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Fix meson build of snowball code.

include/snowball/libstemmer has to be in the -I search path,
as it is in the autoconf build. It's not apparent to me how
this ever worked before, nor why my recent commit made it
stop working.

Discussion: /messages/by-id/ld2iurl7kzexwydxmdfhdgarpa7xxsfrgvggqhbblt4rvt3h6t@bxsk6oz5x7cc

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b85d5dc0e7e9d0857aaf4ba712fc2186e7684e5f

Modified Files
--------------
src/backend/snowball/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)