Fix indentation in meson.build
This commit is contained in:
parent
fa4cbf0647
commit
5cc86571a6
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ add_project_arguments('-DKIWMI_VERSION=@0@'.format(version), language: 'c')
|
||||||
|
|
||||||
compiler = meson.get_compiler('c')
|
compiler = meson.get_compiler('c')
|
||||||
if compiler.get_id() == 'gcc' or compiler.get_id() == 'clang'
|
if compiler.get_id() == 'gcc' or compiler.get_id() == 'clang'
|
||||||
add_project_arguments('-DUNUSED(x)=UNUSED_ ## x __attribute__((__unused__))', language: 'c')
|
add_project_arguments('-DUNUSED(x)=UNUSED_ ## x __attribute__((__unused__))', language: 'c')
|
||||||
else
|
else
|
||||||
add_project_arguments('-DUNUSED(x)=UNUSED_ ## x', language: 'c')
|
add_project_arguments('-DUNUSED(x)=UNUSED_ ## x', language: 'c')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
subdir('kiwmi')
|
subdir('kiwmi')
|
||||||
|
|
Loading…
Reference in a new issue