mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
Fix meson header check string
This commit is contained in:
parent
2f51e8368f
commit
75a7e06d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ version_date = '2022-02-13'
|
|||
# Test for dynamic baudrate configuration interface
|
||||
compiler = meson.get_compiler('c')
|
||||
tcgets2 = ''
|
||||
if compiler.check_header('<asm/termios.h>')
|
||||
if compiler.check_header('asm/termios.h')
|
||||
tcgets2 = compiler.get_define('TCGETS2', prefix: '#include <asm/termios.h>')
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue