meson.build: updated formatting
This commit is contained in:
parent
ed325fd09b
commit
31cafc8e7d
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
project('zlevis', license: 'GPL3', version: '1')
|
||||
|
||||
# Define bindir
|
||||
bindir=join_paths(get_option('prefix'), get_option('bindir'))
|
||||
bindir = join_paths(get_option('prefix'), get_option('bindir'))
|
||||
|
||||
# Define bins list
|
||||
bins=[]
|
||||
bins = []
|
||||
|
||||
# Define subdir with bins
|
||||
subdir('src')
|
||||
|
|
Loading…
Reference in a new issue