mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix setspeed2 compilation
This commit is contained in:
parent
1ae889fdb2
commit
3d08787142
1 changed files with 4 additions and 0 deletions
|
|
@ -13,12 +13,16 @@ tio_sources = [
|
||||||
'print.c'
|
'print.c'
|
||||||
]
|
]
|
||||||
|
|
||||||
|
tio_c_args = []
|
||||||
|
|
||||||
if enable_setspeed2
|
if enable_setspeed2
|
||||||
tio_sources += 'setspeed2.c'
|
tio_sources += 'setspeed2.c'
|
||||||
|
tio_c_args += '-DHAVE_TERMIOS2'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
executable('tio',
|
executable('tio',
|
||||||
tio_sources,
|
tio_sources,
|
||||||
|
c_args: tio_c_args,
|
||||||
install: true )
|
install: true )
|
||||||
|
|
||||||
subdir('bash-completion')
|
subdir('bash-completion')
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue