Merge branch 'osx-baudrate' of https://github.com/robey/tio into robey-osx-baudrate

This commit is contained in:
Martin Lund 2022-02-16 05:24:35 +01:00
commit 7ffeeccdf5
4 changed files with 70 additions and 6 deletions

View file

@ -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,