mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01: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…
Reference in a new issue