Skip to content

Commit 3f007ca

Browse files
authored
Merge pull request #12 from dutow/pextfix
Expose percona_ext as a meson variable
2 parents fef64fc + 8d8acec commit 3f007ca

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)