Skip to content

Commit

Permalink
meson.build: fix start-of-line_comment_prefix variable name (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihilt authored Dec 2, 2022
1 parent 683babb commit d6e9d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit d6e9d1b

Please sign in to comment.