Skip to content

Commit

Permalink
Expose percona_ext as a meson variable
Browse files Browse the repository at this point in the history
As get_option returns an error for non existent variables, this is better for pg_tde
  • Loading branch information
dutow committed Sep 30, 2024
1 parent 8ca2b2b commit 8d8acec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,7 @@ meson_bin = find_program(meson_binpath, native: true)
cdata.set('USE_ASSERT_CHECKING', get_option('cassert') ? 1 : false)
cdata.set('USE_INJECTION_POINTS', get_option('injection_points') ? 1 : false)
cdata.set('PERCONA_EXT', get_option('percona_ext') ? 1 : false)
percona_ext = get_option('percona_ext')

blocksize = get_option('blocksize').to_int() * 1024

Expand Down

0 comments on commit 8d8acec

Please sign in to comment.