Skip to content

Commit 8d8acec

Browse files
committed
Expose percona_ext as a meson variable
As get_option returns an error for non existent variables, this is better for pg_tde
1 parent 8ca2b2b commit 8d8acec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meson.build

+1
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,7 @@ meson_bin = find_program(meson_binpath, native: true)
430430
cdata.set('USE_ASSERT_CHECKING', get_option('cassert') ? 1 : false)
431431
cdata.set('USE_INJECTION_POINTS', get_option('injection_points') ? 1 : false)
432432
cdata.set('PERCONA_EXT', get_option('percona_ext') ? 1 : false)
433+
percona_ext = get_option('percona_ext')
433434

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

0 commit comments

Comments
 (0)