1
0
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:
Ian Hilt 2022-12-02 16:39:43 -05:00 committed by GitHub
parent 683babb8e3
commit d6e9d1ba68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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']