mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-03 21:45:32 +02:00
Remove unused build option I accidentally committed
This commit is contained in:
parent
05d3f0dd01
commit
adb60fc6ab
2 changed files with 1 additions and 7 deletions
|
@ -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],
|
||||
|
|
|
@ -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')
|
Loading…
Add table
Reference in a new issue