mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-04 19:47:31 +00:00
15 lines
670 B
Meson
15 lines
670 B
Meson
option('static_runtime', type: 'boolean', value: false)
|
|
option('r2_libdir', type: 'string', value: '')
|
|
option('r2_incdir', type: 'string', value: '')
|
|
option('r2_datdir', type: 'string', value: '')
|
|
option('r2_wwwroot', type: 'string', value: '')
|
|
option('r2_sdb', type: 'string', value: '')
|
|
option('r2_zigns', type: 'string', value: '')
|
|
option('r2_themes', type: 'string', value: '')
|
|
option('r2_fortunes', type: 'string', value: '')
|
|
option('r2_flags', type: 'string', value: '')
|
|
option('r2_hud', type: 'string', value: '')
|
|
option('r2_version_commit', type: 'string', value: '')
|
|
option('r2_gittap', type: 'string', value: '')
|
|
option('r2_gittip', type: 'string', value: '')
|