mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-07-01 14:15:16 +02:00
3 lines
No EOL
328 B
Meson
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') |