pgsql: meson: Add missing dependency to unicode test programs
Started by Peter Eisentrautover 1 year ago1 messagescomitters
meson: Add missing dependency to unicode test programs
The test programs in src/common/unicode/ (case_test, category_test,
norm_test), don't build with meson if the nls option is enabled,
because a libintl dependency is missing. Fix that. (The makefiles
are ok.)
Reviewed-by: Aleksander Alekseev <aleksander@timescale.com>
Discussion: /messages/by-id/52db1d2b-4b96-473e-b323-a4b16a950fba@eisentraut.org
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/2845cd1ca0cd2c11230f75d75405882e8bc35525
Modified Files
--------------
src/common/unicode/meson.build | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)