Files
patchelf/meson.options
John Ericson a7c595db2c Add Meson build
Progress on #599. Tests still need to be done, though.
2025-08-12 13:12:15 -04:00

8 lines
188 B
Plaintext

option(
'page_size',
type : 'combo',
value : 'auto',
choices : [ 'auto', '4096', '65536', '16384', '8192' ],
description : 'Default page size, or "auto" to detect at runtime',
)