build: stop aligning assignments
More consistent with our code style.
This commit is contained in:
parent
2107830b1e
commit
c74a129246
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user