mirror of
https://github.com/benhoyt/inih.git
synced 2025-01-28 22:52:54 +08:00
meson.build: fix start-of-line_comment_prefix variable name (#149)
This commit is contained in:
parent
683babb8e3
commit
d6e9d1ba68
@ -27,7 +27,7 @@ else
|
||||
endif
|
||||
sol_comment_prefix = get_option('start-of-line_comment_prefix')
|
||||
if sol_comment_prefix != ';#'
|
||||
arg_static += ['-DINI_START_COMMENT_PREFIXES="' + start-of-line_comment_prefix + '"']
|
||||
arg_static += ['-DINI_START_COMMENT_PREFIXES="' + sol_comment_prefix + '"']
|
||||
endif
|
||||
if get_option('allow_no_value')
|
||||
arg_static += ['-DINI_ALLOW_NO_VALUE=1']
|
||||
|
Loading…
x
Reference in New Issue
Block a user