Fix mistaken file name in plpython's meson recipe.

Brown-paper-bag bug in commit 58c3151bb.  Per buildfarm.
This commit is contained in:
Tom Lane 2023-12-26 17:03:02 -05:00
parent 58c3151bbc
commit a46972e30c
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ install_headers(
'plpy_typeio.h',
'plpy_util.h',
'plpython.h',
'plpython_server.h',
'plpython_system.h',
install_dir: dir_include_server,
)