aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index fb610377..655eb52d 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