mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Fix mistaken file name in plpython's meson recipe.
Brown-paper-bag bug in commit 58c3151bb
. Per buildfarm.
This commit is contained in:
@ -67,7 +67,7 @@ install_headers(
|
|||||||
'plpy_typeio.h',
|
'plpy_typeio.h',
|
||||||
'plpy_util.h',
|
'plpy_util.h',
|
||||||
'plpython.h',
|
'plpython.h',
|
||||||
'plpython_server.h',
|
'plpython_system.h',
|
||||||
install_dir: dir_include_server,
|
install_dir: dir_include_server,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user