Skip to content

Commit

Permalink
Adjust config file name in meson script
Browse files Browse the repository at this point in the history
  • Loading branch information
codeforall committed Mar 28, 2024
1 parent c174dc4 commit a2caceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ conf_data.set_quoted('PACKAGE_VERSION', pg_tde_version)
conf_data.set_quoted('PACKAGE_STRING', 'pg_tde ' + pg_tde_version)
conf_data.set_quoted('PACKAGE_TARNAME', 'pg_tde')

configure_file(input : 'config.h.in',
output : 'config.h',
configure_file(input : 'src/include/config.h.in',
output : 'src/include/config.h',
configuration : conf_data)

pg_tde_sources = files(
Expand Down

0 comments on commit a2caceb

Please sign in to comment.