Skip to content

Commit

Permalink
Merge pull request #12 from dutow/pextfix
Browse files Browse the repository at this point in the history
Expose percona_ext as a meson variable
  • Loading branch information
dutow authored Oct 2, 2024
2 parents fef64fc + 8d8acec commit 3f007ca
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 3f007ca

Please sign in to comment.