build: stop aligning assignments

More consistent with our code style.
This commit is contained in:
Simon Ser 2022-02-02 15:35:52 +01:00
parent 2107830b1e
commit c74a129246

View File

@ -29,7 +29,8 @@ is_freebsd = host_machine.system().startswith('freebsd')
add_project_arguments(
'-DSYSCONFDIR="/@0@"'.format(join_paths(prefix, sysconfdir)),
language : 'c')
language : 'c',
)
if is_freebsd
add_project_arguments('-D_C11_SOURCE', language: 'c')