mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-04 13:29:45 -05:00
commit
56600804ff
1 changed files with 1 additions and 1 deletions
|
|
@ -250,6 +250,6 @@ if git.found()
|
||||||
build_by_default: true,
|
build_by_default: true,
|
||||||
input: all_files,
|
input: all_files,
|
||||||
output: 'tags',
|
output: 'tags',
|
||||||
command: [ctags.path(), '-o', 'tags'] + all_files)
|
command: [ctags.path(), '-f', 'tags'] + all_files)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue