mirror of
https://github.com/simh/simh.git
synced 2026-01-25 11:46:37 +00:00
makefile: Support mode Android versions when termux is used
This commit is contained in:
@@ -3928,7 +3928,7 @@ return SCPE_OK;
|
||||
|
||||
#else
|
||||
|
||||
#if !defined(CANT_USE_TERMIOS_TCSAFLUSH)
|
||||
#if !defined (__ANDROID_API__) || (__ANDROID_API__ < 26)
|
||||
#define TCSETATTR_ACTION TCSAFLUSH
|
||||
#else
|
||||
#define TCSETATTR_ACTION TCSANOW
|
||||
|
||||
Reference in New Issue
Block a user