Fix meson build of snowball code.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b85d5dc0e7e9d0857aaf4ba712fc2186e7684e5f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2026-01-05T21:51:36Z
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: https://postgr.es/m/ld2iurl7kzexwydxmdfhdgarpa7xxsfrgvggqhbblt4rvt3h6t@bxsk6oz5x7cc

Files

PathChange+/−
src/backend/snowball/meson.build modified +2 −1

Discussion