diff options
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index f34ff71c..10c5dc29 100644 --- a/meson.build +++ b/meson.build @@ -162,7 +162,7 @@ quote_fmt_c = custom_target('quote_fmt.c', depends : quote_fmt_parse_c, command : [flex, '--outfile=@OUTPUT0@', '--header-file=@OUTPUT1@', - '-P', 'quote_fmt', + '-P', 'quote_fmt', '@INPUT@']) glibgenmarshal = find_program('glib-genmarshal') |