mkxp-z/meson_options.txt

6 lines
521 B
Meson
Raw Normal View History

2019-07-29 13:56:45 +02:00
option('shared_fluid', type: 'boolean', value: false, description: 'Dynamically link fluidsynth at build time')
2019-07-31 14:47:44 +02:00
option('mri_version', type: 'string', value: '1.8', description: 'Version of MRI to link with')
2019-07-30 08:13:36 +02:00
option('workdir_current', type: 'boolean', value: false, description: 'Keep current directory on startup')
2019-07-31 16:53:46 +02:00
option('ruby_lib', type: 'string', value: 'ruby', description: 'Name of legacy Ruby library')
option('static', type: 'boolean', value: 'false', description: 'Statically link as many libraries as possible')