mkxp-z/meson_options.txt
2019-07-29 07:56:45 -04:00

3 lines
No EOL
328 B
Meson

option('shared_fluid', type: 'boolean', value: false, description: 'Dynamically link fluidsynth at build time')
option('binding', type: 'combo', value: 'mri', choices: ['mri', 'legacy', 'mruby', 'null'], description: 'Binding type')
option('mri_version', type: 'string', value: '2.5', description: 'Version of MRI to link with')