mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Merge branch 'osx-baudrate' of https://github.com/robey/tio into robey-osx-baudrate
This commit is contained in:
commit
7ffeeccdf5
4 changed files with 70 additions and 6 deletions
|
|
@ -20,6 +20,11 @@ if enable_setspeed2
|
|||
tio_c_args += '-DHAVE_TERMIOS2'
|
||||
endif
|
||||
|
||||
if enable_iossiospeed
|
||||
tio_sources += 'iossiospeed.c'
|
||||
tio_c_args += '-DHAVE_IOSSIOSPEED'
|
||||
endif
|
||||
|
||||
executable('tio',
|
||||
tio_sources,
|
||||
c_args: tio_c_args,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue