Remove unused build option I accidentally committed

This commit is contained in:
Inori 2019-07-31 10:57:25 -04:00
parent 05d3f0dd01
commit adb60fc6ab
2 changed files with 1 additions and 7 deletions

View file

@ -29,10 +29,6 @@ elif host_system == 'darwin'
endif
endif
if static == true and host_system != 'darwin'
add_project_link_arguments('--static', 'cpp')
endif
executable(meson.project_name(),
sources: all_sources,
dependencies: [main_dependencies, binding_dependencies],

View file

@ -1,6 +1,4 @@
option('shared_fluid', type: 'boolean', value: false, description: 'Dynamically link fluidsynth at build time')
option('mri_version', type: 'string', value: '1.8', description: 'Version of MRI to link with')
option('workdir_current', type: 'boolean', value: false, description: 'Keep current directory on startup')
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')
option('ruby_lib', type: 'string', value: 'ruby', description: 'Name of legacy Ruby library')