mirror of https://github.com/nirenjan/libx52.git
Fix syntax for subproject
parent
a8c18411a1
commit
cd2bbcacb5
|
@ -1,5 +1,5 @@
|
|||
project('pinelog', 'C',
|
||||
default_options: {'show-date': true, 'show-level': true, 'show-backtrace': true})
|
||||
default_options: ['show-date=true', 'show-level=true', 'show-backtrace=true'])
|
||||
|
||||
pinelog_cflags = [
|
||||
'-DPINELOG_SHOW_DATE=@0@'.format(get_option('show-date').to_int()),
|
||||
|
|
Loading…
Reference in New Issue