forked from external/yambar
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(
|
add_project_arguments(
|
||||||
['-D_GNU_SOURCE',
|
['-D_GNU_SOURCE',
|
||||||
'-Wno-unused-result'] +
|
'-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',
|
language: 'c',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue