mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-16 08:56:26 -05:00
ctags: use -f instead of -o
The later does not exist on FreeBSD See #725
This commit is contained in:
parent
1a73baac94
commit
570970db64
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