Meson cleanup

This commit is contained in:
Martin Lund 2022-02-13 11:07:51 +01:00
parent f788ae2ca4
commit d4c3751405
3 changed files with 5 additions and 9 deletions

View file

@ -11,7 +11,7 @@ tio_sources = [
'misc.c',
'tty.c',
'print.c'
]
]
if tcgets2 != ''
tio_sources += 'setspeed2.c'
@ -19,7 +19,6 @@ endif
executable('tio',
tio_sources,
install: true,
)
install: true )
subdir('bash-completion')