Fix syntax for subproject

migrate-to-meson-build
nirenjan 2024-06-13 20:53:48 -07:00
parent a8c18411a1
commit cd2bbcacb5
1 changed files with 1 additions and 1 deletions

View File

@ -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()),