mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-04-23 12:35:41 +02:00
meson: fold long line
This commit is contained in:
parent
789cdd949b
commit
3b48ba7566
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ project('f00bar', 'c',
|
|||
add_project_arguments(
|
||||
['-D_GNU_SOURCE',
|
||||
'-Wno-unused-result'] +
|
||||
(get_option('core-plugins-as-shared-libraries') ? ['-DCORE_PLUGINS_AS_SHARED_LIBRARIES'] : []),
|
||||
(get_option('core-plugins-as-shared-libraries') ?
|
||||
['-DCORE_PLUGINS_AS_SHARED_LIBRARIES'] : []),
|
||||
language: 'c',
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue