diff --git a/meson.build b/meson.build index fb6103776..655eb52d2 100644 --- a/meson.build +++ b/meson.build @@ -250,6 +250,6 @@ if git.found() build_by_default: true, input: all_files, output: 'tags', - command: [ctags.path(), '-o', 'tags'] + all_files) + command: [ctags.path(), '-f', 'tags'] + all_files) endif endif